mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 08:53:14 +00:00
9 lines
187 B
YAML
9 lines
187 B
YAML
matrix:
|
|
include:
|
|
- language: osx
|
|
script: ./tests/install-darwin.sh
|
|
- language: nix
|
|
script: nix-build release.nix -A build.x86_64-linux
|
|
notifications:
|
|
email: false
|