Skip to content

Commit

Permalink
Delete use of CMAKE_BUILD_TYPE from appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xycaleth authored Oct 19, 2016
1 parent f9f8dfa commit c0f6ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ before_build:
- cmd: cd %APPVEYOR_BUILD_FOLDER%
#- set #debug: view all environment variables
- cmd: if "%Platform%"=="x64" set "CMAKE_GENERATOR=%CMAKE_GENERATOR% Win64"
- cmd: echo "Generator='%CMAKE_GENERATOR%', CMAKE_BUILD_TYPE='%CMAKE_BUILD_TYPE%'"
- cmd: echo "Generator='%CMAKE_GENERATOR%'"
- cmd: echo "Platform='%Platform%'"
- cmd: if exist build rmdir /q /s build #remove build dir
- mkdir build
- cmd: cd build
- cmd: cmake -G "%CMAKE_GENERATOR%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "%APPVEYOR_BUILD_FOLDER%"
- cmd: cmake -G "%CMAKE_GENERATOR%" "%APPVEYOR_BUILD_FOLDER%"
- cmd: ls

build:
Expand Down

0 comments on commit c0f6ba6

Please sign in to comment.