]> granicus.if.org Git - fortune-mod/commitdiff
Instruct the CI config file to inst missing deps.
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 8 Jun 2019 15:42:23 +0000 (18:42 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 8 Jun 2019 15:42:23 +0000 (18:42 +0300)
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

index 905714bfe5a6a9e8e6bc3cd126c7b950a9398b9d..f06e593e3df882a45a84e51157486aff0e4a0a1f 100644 (file)
@@ -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