Skip to content
Snippets Groups Projects
Commit f69a93aa authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

another shot at travis build

parent 4acb9fe5
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,13 @@ addons:
- libfftw3-dev
before_script:
- export SOURCE_DIR=`$PWD`
- export SOURCE_DIR=$PWD
- cd /tmp
- wget https://cmake.org/files/v3.4/cmake-3.4.0-rc3-Linux-x86_64.tar.gz --no-check-certificate
- tar -xzf cmake-3.4.0-rc3-Linux-x86_64.tar.gz
- wget https://github.com/martine/ninja/releases/download/v1.6.0/ninja-linux.zip --no-check-certificate
- unzip ninja-linux.zip
- echo $SOURCE_DIR
- cd $SOURCE_DIR
- mkdir build
- cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment