Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Travis-CI: Update now that nix runs the test suite
  • Loading branch information
lukego committed Mar 20, 2017
1 parent c025664 commit 82487c7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
@@ -1,12 +1,9 @@
language: nix
sudo: false
env:
- jit=-O3
- jit=-O2
- jit=-O1
- jit=-joff
- test=test-O3
- test=test-O2
- test=test-O1
- test=test-nojit
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 $jit test.lua +slow)
- nix-build -A $test

0 comments on commit 82487c7

Please sign in to comment.