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
dlib
Commits
4104c2cd
"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "ac660f45ef0981e9dbdc660e8ad7a6966d1b95b8"
Commit
4104c2cd
authored
Apr 13, 2018
by
Davis King
Browse files
Updated windows test bat file.
parent
59483b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/test/WINDOWS_build_and_run_all_unit_tests.bat
dlib/test/WINDOWS_build_and_run_all_unit_tests.bat
+3
-3
No files found.
dlib/test/WINDOWS_build_and_run_all_unit_tests.bat
View file @
4104c2cd
...
@@ -9,8 +9,8 @@ echo testing python >> test_log.txt
...
@@ -9,8 +9,8 @@ echo testing python >> test_log.txt
rmdir
/S /Q
build_python
rmdir
/S /Q
build_python
mkdir
build_python
mkdir
build_python
cd
build_python
cd
build_python
cmake
-G
"Visual Studio 14 2015 Win64"
../../../tools/python
-DPYTHON
3
=
ON
cmake
-G
"Visual Studio 14 2015 Win64"
-T
host
=
x64
../../../tools/python
cmake
--build
.
--config
Release
--target
install
||
exit
/B
cmake
--build
.
--config
Release
||
exit
/B
ping
127
.0.0.1
-n
5
-w
1000
>
null
ping
127
.0.0.1
-n
5
-w
1000
>
null
cd
..
cd
..
...
@@ -20,7 +20,7 @@ echo testing vc2015 >> test_log.txt
...
@@ -20,7 +20,7 @@ echo testing vc2015 >> test_log.txt
rmdir
/S /Q
build_vc2015_64
rmdir
/S /Q
build_vc2015_64
mkdir
build_vc2015_64
mkdir
build_vc2015_64
cd
build_vc2015_64
cd
build_vc2015_64
cmake
-G
"Visual Studio 14 2015 Win64"
..
cmake
-G
"Visual Studio 14 2015 Win64"
-T
host
=
x64
..
cmake
--build
.
--config
Release
||
exit
/B
cmake
--build
.
--config
Release
||
exit
/B
ping
127
.0.0.1
-n
5
-w
1000
>
null
ping
127
.0.0.1
-n
5
-w
1000
>
null
cmake
--build
.
--config
Debug
||
exit
/B
cmake
--build
.
--config
Debug
||
exit
/B
...
...
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