From: Shlomi Fish Date: Mon, 4 Apr 2022 12:05:28 +0000 (+0300) Subject: gh actions #4: mswin64: use w64 arch X-Git-Tag: fortune-mod-3.14.0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de47e181abb31fca8b582f7807a0ad6b8c777977;p=fortune-mod gh actions #4: mswin64: use w64 arch --- diff --git a/CI-testing/continuous-integration-testing.pl b/CI-testing/continuous-integration-testing.pl index 9b3f2ea..7a9f3fd 100644 --- a/CI-testing/continuous-integration-testing.pl +++ b/CI-testing/continuous-integration-testing.pl @@ -91,6 +91,7 @@ if ($IS_WIN) chdir($cwd); $cwd->child('B')->remove_tree( { safe => 0, } ); +my $W = "-DTARGET_ARCH=x86_64-w64-mingw32"; # -G Ninja .. my $WIN32__DOUBLE_AMPERSAND__PROPER_HANDLING__NEEDED_PREFIX = "cd . &&"; print "PATH = <<$ENV{PATH}>>\n"; do_system( @@ -106,7 +107,7 @@ do_system( . ( $IS_WIN ? ( $cmake_common_args - . " -DCMAKE_INSTALL_PREFIX=c:/foo " + . "$W -DCMAKE_INSTALL_PREFIX=c:/foo " . " ../fortune-mod && $MAKE && $MAKE install && $MAKE check" ) : ( $cmake_common_args