mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 16:59:35 +01:00
8 lines
187 B
YAML
8 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
|