forked from the-distro/ofborg
8 lines
159 B
YAML
8 lines
159 B
YAML
language: nix
|
|
matrix:
|
|
include:
|
|
- script:
|
|
- nix-shell --run checkPhase
|
|
- nix-shell --run checkPhase --arg useNix1 true
|
|
- nix-build -A ofborg.rs
|