1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00
nix-darwin/.travis.yml

14 lines
523 B
YAML
Raw Normal View History

2017-02-19 16:44:10 +00:00
language: nix
matrix:
include:
- os: osx
2018-01-09 00:20:39 +00:00
osx_image: xcode8.3 # 10.12
2017-03-12 15:32:21 +00:00
script:
2017-11-05 21:55:16 +00:00
- nix-build ./release.nix -I darwin=. -A tests
2018-01-15 18:49:00 +00:00
- nix-build ./release.nix -I darwin=. -A examples.simple
2018-01-13 20:07:36 +00:00
- yes | nix-shell -A installer
2018-01-16 22:51:39 +00:00
- nix-shell -A installer.check
2018-01-15 18:49:00 +00:00
- /run/current-system/sw/bin/darwin-rebuild switch -I darwin=$HOME/.nix-defexpr/channels/darwin -I darwin-config=$HOME/.nixpkgs/darwin-configuration.nix
2018-01-15 00:14:57 +00:00
- yes | nix-shell -A uninstaller
2018-01-17 20:36:15 +00:00
- nix-shell -A uninstaller.check