Commit 43a1b2fe authored by Daniel Agar's avatar Daniel Agar

travis cosmetic change to collapse libunwind and extension module compilation output

parent 1bb5d19d
......@@ -17,10 +17,11 @@ install:
- git config --global user.name "Your Name"
- mkdir ~/pyston-build && cd ~/pyston-build
- cmake -GNinja $TRAVIS_BUILD_DIR
- cd ~/pyston-build && ninja llvm_up && ninja lint check-format
- ninja llvm_up
- ninja libunwind ext_cpython
script:
- cd ~/pyston-build && ninja -j4 check-pyston
- ninja -j4 check-pyston
os:
- linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment