From 7676ac43b762eab1606e6dfd0693f16239489263 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 23 Oct 2017 01:54:20 -0400 Subject: Add nonautogenerated-specific{,-display} targets --- etc/ci/smithers.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/ci/smithers.sh b/etc/ci/smithers.sh index 3532cc3bc..dafebbda9 100755 --- a/etc/ci/smithers.sh +++ b/etc/ci/smithers.sh @@ -6,6 +6,7 @@ cd "$WORKSPACE" export PATH="/opt/coq-$coq_version/bin${PATH:+:}$PATH" . /opt/bashrc/bashrc export TARGETS="coq display bench test" +export TARGETS="coq nonautogenerated-specific nonautogenerated-specific-display bench test" 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