From b6bbd58e562b7267e0809f4eff4043ec86285003 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 13 Dec 2017 05:15:26 -0500 Subject: Also build non-specific on smithers --- etc/ci/smithers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/ci/smithers.sh b/etc/ci/smithers.sh index 247ab0690..643a66764 100755 --- a/etc/ci/smithers.sh +++ b/etc/ci/smithers.sh @@ -8,7 +8,7 @@ export PATH="/opt/coq-$coq_version/bin${PATH:+:}$PATH" coqtop -v echo | coqtop export TARGETS="coq display bench test" -export TARGETS="coq nonautogenerated-specific nonautogenerated-specific-display" # bench test" # bench and test don't work on smithers +export TARGETS="coq non-specific nonautogenerated-specific nonautogenerated-specific-display" # bench test" # bench and test don't work on smithers rm -f BUILD.ok ((/opt/timeout/default-timeout make -j$(nproc) TIMED=1 PROFILE=1 $TARGETS || make STDTIME='/opt/timeout/time-default-timeout-coq -f "$* (real: %e, user: %U, sys: %S, mem: %M ko)"' TIMED=1 PROFILE=1 $TARGETS) && touch BUILD.ok) 2>&1 | tee time-of-build.log python ./etc/coq-scripts/timing/make-one-time-file.py time-of-build.log time-of-build-pretty.log -- cgit v1.2.3