mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 02:22:12 +03:00
17 lines
305 B
YAML
17 lines
305 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 urbit
|
|
- make
|
|
- make test
|
|
- sh/update-brass-pill # To verify that this works.
|
|
# ./sh/cachix
|