diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-26 17:23:00 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-26 17:23:00 +0000 |
| commit | 40ccba509ee4c3348ddf28fc92a8c787ce6d7ad5 (patch) | |
| tree | 56cacab8d0ac97e7e262b0045a6f8bee1cda0198 | |
| parent | Fixed travis script (diff) | |
| download | DiligentTools-40ccba509ee4c3348ddf28fc92a8c787ce6d7ad5.tar.gz DiligentTools-40ccba509ee4c3348ddf28fc92a8c787ce6d7ad5.zip | |
Attempting to fix travis script
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 837c60a..ed65e34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,10 +84,10 @@ script: # Run cmake - cd .. - | - echo 'cmake_minimum_required(VERSION 3.6) > CMakeLists.txt - echo 'Project(DiligentTools_Test) >> CMakeLists.txt - echo 'add_subdirectory(DiligentCore) >> CMakeLists.txt - echo 'add_subdirectory(DiligentTools) >> CMakeLists.txt + echo "cmake_minimum_required(VERSION 3.6)" > CMakeLists.txt + echo "Project(DiligentTools_Test)" >> CMakeLists.txt + echo "add_subdirectory(DiligentCore)" >> CMakeLists.txt + echo "add_subdirectory(DiligentTools)" >> CMakeLists.txt - mkdir build - cd build - | |
