Skip to content

Commit

Permalink
Try CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
basvodde committed May 10, 2020
1 parent 4e63659 commit c5c7877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/travis_ci_build.sh
Expand Up @@ -149,7 +149,8 @@ fi

if [ "x$BUILD" = "xvc_windows" ]; then
export PATH=$MSBUILD_PATH:$PATH
MSBuild.exe //ToolsVersion:4.0 $CPPUTEST_HOME/CppUTest.vcxproj
cmake ..
# MSBuild.exe //ToolsVersion:4.0 $CPPUTEST_HOME/CppUTest.vcxproj
fi

if [ "x$BUILD" = "xcmake_windows" ]; then
Expand Down

0 comments on commit c5c7877

Please sign in to comment.