mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
17 lines
306 B
YAML
17 lines
306 B
YAML
language: nix
|
|
nix: 2.1.3
|
|
|
|
install:
|
|
- nix-env -iA cachix -f https://cachix.org/api/v1/install
|
|
|
|
before_install:
|
|
- git lfs pull
|
|
|
|
script:
|
|
- cachix authtoken "$CACHIX_AUTH_TOKEN" >/dev/null
|
|
- cachix use urbit2
|
|
- make
|
|
- make test
|
|
- sh/update-brass-pill # To verify that this works.
|
|
- ./sh/cachix
|