Split out the ofborg builds in to separate jobs

This commit is contained in:
Graham Christensen 2018-08-08 08:58:30 -04:00
parent a923e71a79
commit 8772eba53e
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -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