Skip to content

Commit

Permalink
Formalise configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilliamson committed Jul 16, 2018
1 parent 2ffa040 commit 4460dd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ environment:
CL_OPTS_GLOBAL: -c -W4
matrix:
- CL_OPTS: "%CL_OPTS_GLOBAL% -DNDEBUG"
configuration: Release
- CL_OPTS: "%CL_OPTS_GLOBAL% -D_DEBUG"
configuration: Debug

matrix:
fast_finish: true
Expand Down Expand Up @@ -42,7 +44,7 @@ build_script:
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" cl.exe %CL_OPTS% lib\Remotery.c

# VS2015 C++ mode
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" cl.exe %CL_OPTS% -TP lib\Remotery.c
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" cl.exe %CL_OPTS% -TP lib\Remotery.c

# VS2015 OpenGL
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" cl.exe %CL_OPTS% -DRMT_USE_OPENGL=1 lib\Remotery.c
Expand All @@ -61,7 +63,7 @@ build_script:
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" cl.exe %CL_OPTS% lib\Remotery.c

# VS2017 C++ mode
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" cl.exe %CL_OPTS% -TP lib\Remotery.c
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" cl.exe %CL_OPTS% -TP lib\Remotery.c

# VS2017 OpenGL
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" cl.exe %CL_OPTS% -DRMT_USE_OPENGL=1 lib\Remotery.c
Expand Down

0 comments on commit 4460dd7

Please sign in to comment.