Skip to content

Commit 06c305e

Browse files
committed
travis again...
1 parent 133f115 commit 06c305e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ matrix:
3333

3434
script:
3535
- git status
36-
- set -e
36+
# - set -e
3737
- mkdir build
3838
- cd build
39-
- cmake .. -GNinja
40-
- ninja mrustc
41-
- ninja minicargo
39+
- cmake ..
40+
- make mrustc -j4
41+
- make minicargo -j4
4242
# Test
4343
# - make -f minicargo.mk output/libtest.hir # libstd
4444
# - make test # hello_world

0 commit comments

Comments
 (0)