Commit 26f0e34d authored by Kevin Modzelewski's avatar Kevin Modzelewski

travis.yml doesn't seem to like backticks?

parent da15429c
......@@ -16,8 +16,7 @@ install:
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- mkdir ~/pyston-build && cd ~/pyston-build
- python ~/pyston/tools/git_svn_gotorev.py ~/pyston_deps/llvm-trunk `cat ~/pyston/llvm_revision.txt` ~/pyston/llvm_patches
- python ~/pyston/tools/git_svn_gotorev.py ~/pyston_deps/llvm-trunk/tools/clang `cat ~/pyston/llvm_revision.txt` ~/pyston/clang_patches
- make ~/pyston llvm_up
- cmake -GNinja $TRAVIS_BUILD_DIR
- ninja libunwind ext_cpython
......
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