mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-12 12:33:10 +03:00
14 lines
161 B
YAML
14 lines
161 B
YAML
language: nix
|
|
|
|
cache:
|
|
directories:
|
|
- /nix
|
|
- node_modules
|
|
- ~/.elm
|
|
|
|
install:
|
|
- nix-shell
|
|
|
|
script:
|
|
- nix-shell --pure --run 'shake --verbose ci'
|