Update travis file

This commit is contained in:
Daniel Chappuis 2020-06-05 08:54:45 +02:00
parent 002b7c2a9c
commit 7eabe90d11

View File

@ -282,6 +282,12 @@ matrix:
env:
- BUILD_TYPE="Release" DOUBLE_PRECISION="False" PROFILER="True"
# ----- Windows / Visual Studio -----
- os: windows
name: "Windows / Visual Studio (Debug)"
env:
- BUILD_TYPE="Debug" DOUBLE_PRECISION="False"
before_install:
- eval "${MATRIX_EVAL}"