You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- MATRIX_EVAL="CMAKE_GENERATOR='Visual Studio 15 2017'"
48
+
- MATRIX_EVAL="CMAKE_GENERATOR='Visual Studio 16 2019'"
49
49
before_install:
50
50
- eval "${MATRIX_EVAL}"
51
+
install:
52
+
- if [ $TRAVIS_OS_NAME = 'windows' ]; then choco install visualstudio2019buildtools --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"; fi
0 commit comments