aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/nix/shell
diff options
context:
space:
mode:
authorThéo Zimmermann2019-01-24 16:32:48 +0100
committerThéo Zimmermann2019-01-24 16:32:48 +0100
commit0817552f823409c85dbc1ebbd54cff69d375482d (patch)
tree00382fce91ed80519498880ceb6c4c7af357d3b3 /dev/ci/nix/shell
parent19c6007a003f3ec6d2d92b1ca213270ff16b58fb (diff)
parentdec2994980e00eff72f474aed6da94b97c3d703a (diff)
Merge PR #9394: [nix-ci] Maintenance
Reviewed-by: SkySkimmer Ack-by: Zimmi48 Reviewed-by: ejgallego Reviewed-by: maximedenes
Diffstat (limited to 'dev/ci/nix/shell')
-rwxr-xr-xdev/ci/nix/shell8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev/ci/nix/shell b/dev/ci/nix/shell
index 2e4462ed40..a5f8ee8f54 100755
--- a/dev/ci/nix/shell
+++ b/dev/ci/nix/shell
@@ -17,4 +17,10 @@ else
BN=""
fi
-nix-shell ./dev/ci/nix/ --show-trace --argstr wd $PWD --argstr branch $BRANCH $PROJECT $BN
+if [ "$NOCOQ" ]; then
+ NOCOQ="--arg withCoq false"
+else
+ NOCOQ=""
+fi
+
+nix-shell ./dev/ci/nix/ --show-trace --argstr wd $PWD --argstr branch $BRANCH $PROJECT $BN $NOCOQ