]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Travis win
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 12:35:49 +0000 (13:35 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 12:35:49 +0000 (13:35 +0100)
.travis.yml

index 19c0c88ab21b57c3d4362c014995a0b28559e893..bad746a3f135fc60a2244aff05237f5ea435bc75 100644 (file)
@@ -48,14 +48,10 @@ compiler:
 #  - clang
 install:
   - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1  ]; then gem install coveralls-lcov; fi;
-  - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ];
-    then choco install make;
-    choco install make;
-    export BUILD_ON_WINDOWS=1;
-    git clone https://github.com/dlfcn-win32/dlfcn-win32;
-    cd dlfcn-win32;
-    make.exe;
-    cd ..;
+  - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then 
+      choco install make;
+      export BUILD_ON_WINDOWS=1;
+      git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && make.exe;
     fi;
 
 before_script: