]> granicus.if.org Git - fortune-mod/commitdiff
debug appveyor #2 fail - separate up to make install
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Feb 2020 10:02:09 +0000 (12:02 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Feb 2020 10:02:09 +0000 (12:02 +0200)
CI-testing/continuous-integration-testing.pl

index 048fc4ddd21fdcb67620e8f2c7b84e091669aed7..cd6c0cbb15da89d1ee20720e2a08c3c3fff7c9a2 100644 (file)
@@ -104,11 +104,20 @@ do_system(
                 $IS_WIN
                 ? ( $cmake_common_args
                         . " -DCMAKE_INSTALL_PREFIX=c:/foo "
-                        . " ../fortune-mod && $MAKE && $MAKE install && c:/foo/games/fortune.exe"
-                    )
+                        . " ../fortune-mod && $MAKE && $MAKE install" )
                 : ( $cmake_common_args
                         . " ../fortune-mod && $MAKE && $MAKE check" )
                 )
         ]
     }
 );
+if ($IS_WIN)
+{
+    do_system(
+        {
+            cmd => [
+"$WIN32__DOUBLE_AMPERSAND__PROPER_HANDLING__NEEDED_PREFIX && c:/foo/games/fortune.exe"
+            ]
+        }
+    );
+}