From 2740fd35f4b20264ad520acf5c2695409175a03b Mon Sep 17 00:00:00 2001 From: Shlomi Fish <shlomif@shlomifish.org> Date: Mon, 24 Feb 2020 12:02:09 +0200 Subject: [PATCH] debug appveyor #2 fail - separate up to make install --- CI-testing/continuous-integration-testing.pl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CI-testing/continuous-integration-testing.pl b/CI-testing/continuous-integration-testing.pl index 048fc4d..cd6c0cb 100644 --- a/CI-testing/continuous-integration-testing.pl +++ b/CI-testing/continuous-integration-testing.pl @@ -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" + ] + } + ); +} -- 2.40.0