aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-03-24 07:42:46 +0100
committerBjörn Gustavsson <[email protected]>2017-03-24 12:04:47 +0100
commitdc122bf19ac288701cdaa2c724216495ee05926f (patch)
tree78907afe9ce08318fe05414f77231e7088292daf /.travis.yml
parentc5e09d9315044bb9ac27702f6a9d3c6f290a3b8e (diff)
downloadotp-dc122bf19ac288701cdaa2c724216495ee05926f.tar.gz
otp-dc122bf19ac288701cdaa2c724216495ee05926f.tar.bz2
otp-dc122bf19ac288701cdaa2c724216495ee05926f.zip
Smoke test HiPE in the 32-bit build
HiPE is tested when running dialyzer in the 64-bit build. To avoid running out of memory or time, dialyzer is not run in the 32-bit build job. Do a smoke test of HiPE by letting dialyzer create a small PLT. We could catch more bugs by using 'configure --enable-native-libs', but I am worried that the build would not finish in 50 minutes (the time limit for a Travis job).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dfa01a89e6..f418f2099f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ matrix:
services:
- docker
script:
- - ./scripts/build-docker-otp 32 sh -c "scripts/build-otp && ./otp_build tests && scripts/run-smoke-tests"
+ - ./scripts/build-docker-otp 32 sh -c "scripts/build-otp && ./otp_build tests && scripts/run-smoke-tests && bin/dialyzer --build_plt --apps erts kernel stdlib"
after_success:
after_script: