提交 de964623 编写于 作者: S superjom

fix travis

上级 6275b6f9
...@@ -22,9 +22,10 @@ addons: ...@@ -22,9 +22,10 @@ addons:
- ccache - ccache
script: script:
- cmake . && make && make test - mkdir build
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./travis/run_on_pull_requests; fi' - cd build && cmake .. && make && make test
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./travis/run_on_non_pull_requests; fi' - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./travis/run_on_pull_requests; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./travis/run_on_non_pull_requests; fi
notifications: notifications:
email: email:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册