mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-04 19:44:23 +08:00
* add cpptest to ci * try windows * Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile * Update task_cpp_unit_test.bat * Change localhost to 127.0.0.1 * windows socket gtest * lint * Update task_cpp_unit_test.bat * fix batch script * export all symbols * Update Jenkinsfile * compile once * try mxnet compact
7 lines
90 B
Batchfile
7 lines
90 B
Batchfile
@ECHO OFF
|
|
SETLOCAL EnableDelayedExpansion
|
|
|
|
PUSHD build
|
|
runUnitTests.exe || EXIT /B 1
|
|
POPD
|