diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-03-16 13:31:41 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-03-16 13:31:41 +0800 |
commit | b3a331ea432e19ffbbbd81c2dc64d5b1caaa2794 (patch) | |
tree | 20ea6f7f9c4155eedfbf341f36f3a9ddac885867 | |
parent | d889bd6c089f76c13b74ca231bd008869f64b6d8 (diff) | |
download | mrust-b3a331ea432e19ffbbbd81c2dc64d5b1caaa2794.tar.gz |
Travis CI - (minor) comments
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index cb6b93b1..09285402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,10 @@ install: - make RUSTCSRC - CC=gcc-6 CXX=g++-6 make -# Tests! (check that they parse, and keep going) script: -# libstd +# libstd and hello_world - CC=gcc-6 make test TAIL_COUNT=2 -# rustc (not the actual binary, because that doesn't emit a file yet) - - CC=gcc-6 make output/librustc_driver.hir TAIL_COUNT=15 +# rustc + - CC=gcc-6 make output/rustc TAIL_COUNT=15 # Tests # - CC=gcc-6 make rust_tests-run-pass RUST_TESTS_FINAL_STAGE=expand -k |