Skip to content

Commit

Permalink
Rebuild compiler
Browse files Browse the repository at this point in the history
Also add --keep-going to the test runner
  • Loading branch information
SquidDev committed Jul 13, 2017
1 parent 985da19 commit 497def4
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -22,7 +22,7 @@ test_run:
- echo -e "\033[36mBuilding initial compiler\033[0m"
- make LUA=lua5.3 all
- echo -e "\033[36mRunning tests\033[0m"
- make LUA=lua5.3 test
- make LUA=lua5.3 -k test

test_docs:
stage: test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,6 +21,6 @@ script:
- make LUA=lua OUT_DIR="$TEMP_DIR" all
- "! (diff -rq \"$TEMP_DIR\" bin | grep \"$TEMP_DIR\")"
- echo -e "\033[36mRunning tests\033[0m"
- make LUA=lua test
- make LUA=lua -k test
- echo -e "\033[36mBuilding docs\033[0m"
- make LUA=lua docs
68 changes: 37 additions & 31 deletions bin/urn.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 497def4

Please sign in to comment.