Split out the ofborg builds in to separate jobs
This commit is contained in:
parent
a923e71a79
commit
8772eba53e
10
.travis.yml
10
.travis.yml
|
@ -1,7 +1,9 @@
|
|||
language: nix
|
||||
matrix:
|
||||
include:
|
||||
- script:
|
||||
- nix-shell --run checkPhase
|
||||
- nix-shell --run checkPhase --arg useNix1 true
|
||||
- nix-build -A ofborg.rs
|
||||
- name: checkPhase - Nix 2
|
||||
script: nix-shell --run checkPhase --arg useNix1 false
|
||||
- name: checkPhase - Nix 1
|
||||
script: nix-shell --run checkPhase --arg useNix1 true
|
||||
- name: nix-build
|
||||
script: nix-build -A ofborg.rs
|
||||
|
|
Loading…
Reference in a new issue