diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-02 10:59:29 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-04 14:24:25 +0200 |
| commit | 15d6541d4d276c7e36c1d0a42292c85682ddeb25 (patch) | |
| tree | c4d1fe56953b27733736132daf97ea0e0cbe3129 /.travis.yml | |
| parent | 693e43e421ea95193a69b06ceaedbad9ade854da (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.yml | 3 |
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 |
