Skip to content

Commit

Permalink
Setup on Windows Jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Oct 28, 2020
1 parent f5dbe64 commit 8345cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-win64
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def BuildWin64() {
bat """
mkdir build
cd build
cmake .. -G"Visual Studio 15 2017 Win64" -DUSE_CUDA=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DGOOGLE_TEST=ON -DUSE_DMLC_GTEST=ON ${arch_flag}
cmake .. -G"Visual Studio 15 2017 Win64" -DUSE_CUDA=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DGOOGLE_TEST=ON -DUSE_DMLC_GTEST=ON -DCMAKE_UNITY_BUILD=ON ${arch_flag}
"""
bat """
cd build
Expand Down

0 comments on commit 8345cb8

Please sign in to comment.