diff --git a/.appveyor.yml b/.appveyor.yml index 0a2966ee567f3c6f215d86aaf1fedc0f890386e4..af704380742eb4850abd5b2640e2c353303f7322 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