Skip to content

Commit

Permalink
Travis-CI update for nix-based build.
Browse files Browse the repository at this point in the history
(Have to test after the PR...)
  • Loading branch information
lukego committed Mar 15, 2017
1 parent 60aa095 commit 1124340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: c
language: nix
sudo: false
script:
- make
- src/luajit -e 'for i = 1, 1000 do end'
- nix-build
- result/bin/raptorjit -e 'for i = 1, 1000 do end'
- git submodule init submodules/raptorjit-testsuite
- (cd submodules/raptorjit-testsuite/test; ../../../src/luajit test.lua)
- (cd submodules/raptorjit-testsuite/test; ../../../result/bin/raptorjit test.lua)

0 comments on commit 1124340

Please sign in to comment.