From 95ff583e39ce3ddbcdc5078f7602fdadbce5d7f9 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 8 Jun 2019 18:42:23 +0300 Subject: [PATCH] Instruct the CI config file to inst missing deps. Install missing dependencies that are required by the build or tests. See: * https://en.wikipedia.org/wiki/Travis_CI * https://en.wikipedia.org/wiki/Continuous_integration . --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 905714b..f06e593 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,6 +25,8 @@ test_script: - set CMAKE_MAKE_PROGRAM=C:\strawberry\c\bin\gmake.exe # Removing for now because it is too much trouble on windows. # - set FCS_TEST_BUILD=1 + - set CPATH=c:\mingw64\include + - set LIBRARY_PATH=c:\mingw64\lib - perl CI-testing/continuous-integration-testing.pl --gen="MSYS Makefiles" # cache: # - C:\Perl5 -- 2.40.0