From b4ed1f60c90d12eb8f531a580461e88a21c3ec6b Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Fri, 2 Jun 2017 01:37:42 +0200 Subject: [travis] [fiat] Test also fiat-core. I didn't rename the test file to `fiat` as IMHO it is not worth the noise. --- 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 c62aa1d859..a0cb008a32 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 && make -j ${NJOBS} fiat-core ) -- cgit v1.2.3