chiark
/
gitweb
/
~ianmdlvl
/
nlopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
516aca7
)
Useless make tests in appveyor
author
Julien Schueller
<schueller@phimeca.com>
Tue, 8 Nov 2016 10:07:35 +0000
(11:07 +0100)
committer
Julien Schueller
<schueller@phimeca.com>
Tue, 8 Nov 2016 10:07:35 +0000
(11:07 +0100)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index 6c378f47505b1b9faf249f47a3df07eae410de9d..259640349b1e22587f31eb7cbe8604a334d9fc18 100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-19,5
+19,4
@@
build_script:
- cd c:\projects\nlopt
- cmake -G "%CMAKE_PLATFORM%" -DBUILD_SHARED_LIBS=OFF -DWITH_CXX=ON -DCMAKE_INSTALL_PREFIX="C:\projects\nlopt\install" .
- cmake --build . --config %Configuration% --target install
- - cmake --build . --config %Configuration% --target tests
- ctest -C %Configuration% --output-on-failure --timeout 100