Skip to content

Commit

Permalink
Another attempt to fix NMake release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Oct 22, 2018
1 parent 2665bc0 commit ceef0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -97,13 +97,13 @@ before_build:
- echo cmake -G "%generator_name%" %cmake_toolset_args% %cmake_toolset_args_2%
%generator_args%
-DBOXBACKUP_VERSION=%compiled_version%
-DSUB_CMAKE_EXTRA_ARGS="-- /verbosity:minimal"
-DSUB_CMAKE_EXTRA_ARGS="-DCMAKE_BUILD_TYPE:STRING=$env:CONFIGURATION -- /verbosity:minimal"
-DPLATFORM=%sane_platform%
%APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\windows
- cmake -G "%generator_name%" %cmake_toolset_args% %cmake_toolset_args_2%
%generator_args%
-DBOXBACKUP_VERSION=%compiled_version%
-DSUB_CMAKE_EXTRA_ARGS="-- /verbosity:minimal"
-DSUB_CMAKE_EXTRA_ARGS="-DCMAKE_BUILD_TYPE:STRING=$env:CONFIGURATION -- /verbosity:minimal"
-DPLATFORM=%sane_platform%
%APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\windows

Expand All @@ -127,7 +127,7 @@ for:

install:
- ps: $env:generator_name="NMake Makefiles"
- ps: $env:generator_args="-DCMAKE_BUILD_TYPE=$env:CONFIGURATION"
- ps: $env:generator_args="-DCMAKE_BUILD_TYPE:STRING=$env:CONFIGURATION"

build_script:
- cmd: nmake
Expand Down

0 comments on commit ceef0b2

Please sign in to comment.