Skip to content

Commit

Permalink
travis again...
Browse files Browse the repository at this point in the history
  • Loading branch information
ataulien committed Dec 18, 2018
1 parent 133f115 commit 06c305e
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
Expand Up @@ -33,12 +33,12 @@ matrix:

script:
- git status
- set -e
# - set -e
- mkdir build
- cd build
- cmake .. -GNinja
- ninja mrustc
- ninja minicargo
- cmake ..
- make mrustc -j4
- make minicargo -j4
# Test
# - make -f minicargo.mk output/libtest.hir # libstd
# - make test # hello_world
Expand Down

0 comments on commit 06c305e

Please sign in to comment.