From afc865cf89efbb895a27763edd04414d053fc15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sun, 17 Feb 2019 19:35:10 +0100 Subject: [PATCH] AppVeyor: see which Mingw-w64 versions are available in this image --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index acbae6a59..0206a0079 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,6 +28,7 @@ build_script: - mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 nimbus test_script: + - dir C:\mingw-w64 - build\nimbus.exe --help - mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 test test-reproducibility