From 5d3bc7e235529ecf152b61665a5bcbf04a8d19cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 23 Jan 2017 09:08:24 +0100 Subject: [PATCH] Use per-configuration build matrix for AppVeyor. --- appveyor.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b028622..7161e97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,26 +2,33 @@ platform: x64 environment: matrix: - DC: dmd - DVersion: 2.073.2 + DVersion: 2.073.0 arch: x64 + config: select - DC: dmd - DVersion: 2.073.2 + DVersion: 2.073.0 arch: x86 + config: select - DC: dmd DVersion: 2.072.2 arch: x64 + config: select - DC: dmd DVersion: 2.071.1 arch: x86 + config: select - DC: dmd DVersion: 2.070.0 arch: x64 + config: select - DC: ldc DVersion: 1.1.0-beta6 arch: x86 + config: select - DC: ldc DVersion: 1.0.0 arch: x86 + config: select matrix: allow_failures: @@ -96,6 +103,7 @@ before_build: - '"%compilersetup%" %compilersetupargs%' build_script: + - dub build -b release --arch=%Darch% --compiler=%DC% --config=%CONFIG% - echo dummy build script - dont remove me test_script: @@ -103,6 +111,5 @@ test_script: - echo %Darch% - echo %DC% - echo %PATH% - - set CONFIG=select - '%DC% --version' - dub test --arch=%Darch% --compiler=%DC% --config=%CONFIG% \ No newline at end of file