appveyor: add cloning the dependency modules to 'prepare' action

This commit is contained in:
Ralph Lange
2020-03-17 17:36:12 +01:00
parent 4dcfbb2079
commit 249db7db22
3 changed files with 38 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ skip_commits:
- '**/*.html'
- '**/*.md'
#---------------------------------#
# build matrix configuration #
#---------------------------------#
@@ -42,7 +43,14 @@ configuration:
# Environment variables: compiler toolchain
environment:
# common variables
SETUP_PATH: .:.ci
SET: test01
matrix:
- CC: vs2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
SET: test00
- CC: mingw
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CC: vs2019