ref: 01b218ef4dbf764f5fdc2ea431cd537f2a66e401
parent: 88169689afb3f608744e45777f47d510f58e21de
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 14:27:30 EST 2020
...
--- a/.travis.yml
+++ b/.travis.yml
@@ -172,8 +172,10 @@
script:
# CMake build
- - cd ${CMAKE_BUILD_DIR}- ls
+ - ls ${CMAKE_BUILD_DIR}+ - ls ${CMAKE_BUILD_DIR2}+ - cd ${CMAKE_BUILD_DIR}- $mingw32 cmake --build . --config $CMAKE_BUILD_TYPE --parallel $JOBS
- cd ..
--
⑨