summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-02 10:59:29 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-07-04 14:24:25 +0200
commit15d6541d4d276c7e36c1d0a42292c85682ddeb25 (patch)
treec4d1fe56953b27733736132daf97ea0e0cbe3129 /.travis.yml
parent693e43e421ea95193a69b06ceaedbad9ade854da (diff)
Separate deno.gni and rust.gni and clean up.
Put rust depfile in target_out_dir because the depfile isn't in the outputs, the gen directory doesn't get created. Prefix rlib files with lib.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c1aa20a06..2a4556782 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,8 +43,7 @@ install:
- gn args $BUILD_PATH --list
- ccache -s
# Travis hangs without -j2 argument to ninja.
- - ninja -j2 -C $BUILD_PATH mock_runtime_test mock_main
- - ninja -j2 -C $BUILD_PATH deno
+ - ninja -j2 -C $BUILD_PATH mock_runtime_test mock_main deno
script:
- $BUILD_PATH/mock_runtime_test
- $BUILD_PATH/mock_main foo bar