Skip to content
Snippets Groups Projects

Put nix in the shell environment

Merged Jean-Paul Calderone requested to merge debug-ci-failures into develop
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -67,8 +67,9 @@ unit-tests:
stage: "build"
script:
- |
set -x
# GRID is set in one of the "instantiations" of this job template.
nix-shell --run "morph build --show-trace morph/grid/${GRID}/grid.nix"
nix-shell --pure --run "morph build --show-trace morph/grid/${GRID}/grid.nix"
morph-build-localdev:
@@ -111,7 +112,7 @@ system-tests:
timeout: "3 hours"
stage: "build"
script:
- "nix-build --attr system-tests"
- "nix-shell --pure --run 'nix-build --attr system-tests'"
# A template for a job that can update one of the grids.
.update-grid: &UPDATE_GRID
Loading