Skip to content
Snippets Groups Projects
Commit c95fa0fe authored by Temesghen Kahsai's avatar Temesghen Kahsai
Browse files

travis 4

parent 3de1d821
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,16 @@ script: ...@@ -33,8 +33,16 @@ script:
- autoconf - autoconf
- ./configure - ./configure
- make - make
- ./bin/lustrec -h - ./bin/lustrec
- pwd - cd $LZ
- mkdir -p build
- cd build
- /usr/bin/cmake -DLUSTREC_EXECUTABLE=/home/travis/build/coco-team/lustrec/bin/lustrec -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=run -DCMAKE_PROGRAM_PATH=/usr/bin ../;
- /usr/bin/cmake --build .
- /usr/bin/cmake --build . --target install
- cd ..
- ls build/run/bin
- ./build/run/bin/zustre -h
......
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