mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
installer: test on travis
This commit is contained in:
parent
d107dfbc3a
commit
e9cbcbb549
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ matrix:
|
|||
script:
|
||||
- nix-build ./release.nix -I darwin=. -A examples.simple
|
||||
- nix-build ./release.nix -I darwin=. -A tests
|
||||
- yes | ./bootstrap.sh --create-daemon-users
|
||||
- yes | nix-shell -A installer
|
||||
- os: osx
|
||||
osx_image: xcode7.3 # 10.11
|
||||
script:
|
||||
- nix-build ./release.nix -I darwin=. -A examples.simple
|
||||
- nix-build ./release.nix -I darwin=. -A tests
|
||||
- yes | ./bootstrap.sh --create-daemon-users
|
||||
- yes | nix-shell -A installer
|
||||
|
|
Loading…
Reference in a new issue