diff options
| author | Emilio Jesus Gallego Arias | 2017-06-02 01:37:42 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-06-02 02:13:45 +0200 |
| commit | b4ed1f60c90d12eb8f531a580461e88a21c3ec6b (patch) | |
| tree | 358ec2157700ce5f2d355f8fb9a280c9f7fc1e26 /dev | |
| parent | 11c1d469fc12e617d0840700bc01caf2a1d5276c (diff) | |
[travis] [fiat] Test also fiat-core.
I didn't rename the test file to `fiat` as IMHO it is not worth the noise.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-fiat-parsers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |
