Skip to content

Commit

Permalink
Travis also test flambda
Browse files Browse the repository at this point in the history
  • Loading branch information
chambart committed Jan 28, 2016
1 parent 73013a4 commit 7b22688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ control.
------------------------------------------------------------------------
EOF
mkdir -p $PREFIX
./configure --prefix $PREFIX -with-debug-runtime -with-instrumented-runtime
./configure --prefix $PREFIX -with-debug-runtime \
-with-instrumented-runtime $CONFIG_ARG
export PATH=$PREFIX/bin:$PATH
make world.opt
make install
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ script: bash -ex .travis-ci.sh
matrix:
include:
- env: CI_KIND=build XARCH=i386
- env: CI_KIND=build XARCH=i386 CONFIG_ARG=-flambda
- env: CI_KIND=changes
- env: CI_KIND=tests
allow_failures:
Expand Down

0 comments on commit 7b22688

Please sign in to comment.