shithub: cstory

Download patch

ref: f84289a190d4736e32a78cb3385f31614a7b92c2
parent: f1c59e466d7131b627b89dd89b86bdc70e5cd028
author: Clownacy <[email protected]>
date: Thu Jan 23 15:02:30 EST 2020

arg fix dumb type

I really really really really really really should have done these
commit on a branch, and just squashed them together before merging
them back to the regular branch.

--- a/.travis.yml
+++ b/.travis.yml
@@ -164,7 +164,8 @@
 
 script:
     # CMake build
-    - if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
+    - |
+      if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
         cd ${CMAKE_BUILD_DIR}
         $mingw32 cmake --build . --config $CMAKE_BUILD_TYPE --parallel $JOBS
         cd ..