Commit 50a4557a authored by Daniel Agar's avatar Daniel Agar

travis run check-pyston

parent 28861153
...@@ -17,10 +17,10 @@ install: ...@@ -17,10 +17,10 @@ install:
- git config --global user.name "Your Name" - git config --global user.name "Your Name"
- mkdir ~/pyston-build && cd ~/pyston-build - mkdir ~/pyston-build && cd ~/pyston-build
- cmake -GNinja $TRAVIS_BUILD_DIR - cmake -GNinja $TRAVIS_BUILD_DIR
- cd ~/pyston-build && ninja llvm_up - cd ~/pyston-build && ninja llvm_up && ninja lint check-format
script: script:
- cd ~/pyston-build && ninja lint check-format && ninja -j4 && ninja run_raytrace - cd ~/pyston-build && ninja -j4 check-pyston
os: os:
- linux - 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