]> granicus.if.org Git - fortune-mod/commitdiff
appveyor fix 1: try build on win32
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 18 Jan 2020 14:05:27 +0000 (16:05 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 18 Jan 2020 14:05:27 +0000 (16:05 +0200)
.appveyor.yml
CI-testing/continuous-integration-testing.pl

index 2413b2f716a744fb4053f20043246a4685358521..b6c9c3bbbeaf989531774e4de588b0b82095a290 100644 (file)
@@ -27,7 +27,7 @@ test_script:
     # - set FCS_TEST_BUILD=1
     - set CPATH=c:\mingw64\include;c:\msys64\mingw64\include
     - set LIBRARY_PATH=c:\mingw64\lib;c:\msys64\mingw64\lib
-    - set PATH=%PATH%;c:\mingw64\lib;c:\msys64\mingw64\lib
+    - set PATH=%PATH%;c:\mingw64\lib;c:\msys64\mingw64\lib
     # Python3 confuses the recode build so only add it here.
     - SET PATH=%PATH%;C:\Python35-x64
     - SET FORTUNE_TEST_DEBUG=1
index fb103b59252d7563d84e9ce02ddf11f55dc9af00..9dfa8c183d41b51431b3d7b5da8f0bfed2ff5395 100644 (file)
@@ -87,12 +87,10 @@ $cwd->child('B')->remove_tree( { safe => 0, } );
 do_system(
     {
         cmd => [
-            "mkdir B && cd B && cmake  "
+            "mkdir B && cd B && cmake"
                 . (
                 defined($CMAKE_PREFIX_PATH)
-                ? ( " -DCMAKE_PREFIX_PATH="
-                        . _transform($CMAKE_PREFIX_PATH)
-                        . " " )
+                ? ( " -DCMAKE_PREFIX_PATH=" . _transform($CMAKE_PREFIX_PATH) )
                 : ''
                 )
                 . " "