Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
da8632ca
Unverified
Commit
da8632ca
authored
Jun 28, 2020
by
Quan (Andy) Gan
Committed by
GitHub
Jun 28, 2020
Browse files
fix parallel msbuild (#1717)
parent
2f983abe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
tests/scripts/build_dgl.bat
tests/scripts/build_dgl.bat
+5
-0
No files found.
tests/scripts/build_dgl.bat
View file @
da8632ca
...
@@ -6,6 +6,11 @@ DEL /S /Q build
...
@@ -6,6 +6,11 @@ DEL /S /Q build
DEL
/S /Q
_download
DEL
/S /Q
_download
MD
build
MD
build
SET
_MSPDBSRV_ENDPOINT_
=
%BUILD_TAG%
SET
TMP
=
%WORKSPACE%
\\tmp
SET
TEMP
=
%WORKSPACE%
\\tmp
SET
TMPDIR
=
%WORKSPACE%
\\tmp
PUSHD
build
PUSHD
build
CALL
"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
CALL
"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
cmake
-DCMAKE
_CXX_FLAGS
=
"/DDGL_EXPORTS"
-DUSE
_OPENMP
=
ON
-Dgtest
_force_shared_crt
=
ON
-DDMLC
_FORCE_SHARED_CRT
=
ON
-DBUILD
_CPP_TEST
=
1
-DCMAKE
_CONFIGURATION_TYPES
=
"Release"
..
-G
"Visual Studio 15 2017 Win64"
||
EXIT
/B
1
cmake
-DCMAKE
_CXX_FLAGS
=
"/DDGL_EXPORTS"
-DUSE
_OPENMP
=
ON
-Dgtest
_force_shared_crt
=
ON
-DDMLC
_FORCE_SHARED_CRT
=
ON
-DBUILD
_CPP_TEST
=
1
-DCMAKE
_CONFIGURATION_TYPES
=
"Release"
..
-G
"Visual Studio 15 2017 Win64"
||
EXIT
/B
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment