Skip to content

Commit

Permalink
Travis CI: Test -O3/-O2/-O1/-joff separately
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Mar 18, 2017
1 parent 684f0f7 commit 03ad911
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: nix
sudo: false
env:
- jit=-O3
- jit=-O2
- jit=-01
- jit=-joff
script:
- nix-build
- result/bin/raptorjit -e 'for i = 1, 1000 do end'
- git submodule init submodules/raptorjit-testsuite
- (cd submodules/raptorjit-testsuite/test; ../../../result/bin/raptorjit test.lua +slow)
- (cd submodules/raptorjit-testsuite/test; ../../../result/bin/raptorjit $jit test.lua +slow)

0 comments on commit 03ad911

Please sign in to comment.