From 04edc8e9f3c7e8e21503ca437fbc4bafdd2bca5f Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 17 Oct 2015 15:14:07 -0400 Subject: [PATCH] appveyor build debug first --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0a2966ee5..af7043807 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,10 +1,10 @@ environment: matrix: - - BUILD: 'Release' - CONFIG: installer - BUILD: 'Debug' CONFIG: debug + - BUILD: 'Release' + CONFIG: installer install: - git submodule update --init --recursive @@ -42,4 +42,4 @@ deploy: prerelease: false on: CONFIG: installer - appveyor_repo_tag: true \ No newline at end of file + appveyor_repo_tag: true -- 2.22.0