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
a6dd7d82
Commit
a6dd7d82
authored
Sep 06, 2016
by
Davis King
Browse files
Removed compile statements for older versions of visual studio
parent
a9e30fd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
+0
-32
dlib/test/WINDOWS_build_and_run_all_unit_tests.bat
dlib/test/WINDOWS_build_and_run_all_unit_tests.bat
+0
-32
No files found.
dlib/test/WINDOWS_build_and_run_all_unit_tests.bat
View file @
a6dd7d82
...
...
@@ -34,38 +34,6 @@ cd ..
echo
testing
vc2013
>>
test_log
.txt
rm
-rf
build_vc2013_64
mkdir
build_vc2013_64
cd
build_vc2013_64
cmake
-G
"Visual Studio 12 2013 Win64"
..
cmake
--build
.
--config
Release
||
exit
/B
ping
127
.0.0.1
-n
5
-w
1000
>
null
cmake
--build
.
--config
Debug
||
exit
/B
ping
127
.0.0.1
-n
5
-w
1000
>
null
cd
Release
dtest
--runall -d
||
exit
/B
cd
..
cd
..
echo
testing
vc2012
>>
test_log
.txt
rm
-rf
build_vc2012_64
mkdir
build_vc2012_64
cd
build_vc2012_64
cmake
-G
"Visual Studio 11 2012 Win64"
..
cmake
--build
.
--config
Release
||
exit
/B
ping
127
.0.0.1
-n
5
-w
1000
>
null
cmake
--build
.
--config
Debug
||
exit
/B
ping
127
.0.0.1
-n
5
-w
1000
>
null
cd
Release
dtest
--runall -d
||
exit
/B
cd
..
cd
..
del
null
type
test_log
.txt
...
...
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