From 004b82086b1c546e962abeac2fe91d600a304813 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 23 May 2017 18:30:22 -0400 Subject: Add parsers-examples target to fiat-parsers ci This tests a bit more of fiat-parsers, adding an extra ~3 minutes to the build. --- dev/ci/ci-fiat-parsers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/ci/ci-fiat-parsers.sh b/dev/ci/ci-fiat-parsers.sh index c62aa1d85..d8460bc70 100755 --- a/dev/ci/ci-fiat-parsers.sh +++ b/dev/ci/ci-fiat-parsers.sh @@ -7,4 +7,4 @@ fiat_parsers_CI_DIR=${CI_BUILD_DIR}/fiat git_checkout ${fiat_parsers_CI_BRANCH} ${fiat_parsers_CI_GITURL} ${fiat_parsers_CI_DIR} -( cd ${fiat_parsers_CI_DIR} && make -j ${NJOBS} parsers ) +( cd ${fiat_parsers_CI_DIR} && make -j ${NJOBS} parsers parsers-examples ) -- cgit v1.2.3