Added all header files to cmake install target. Also added -O3 to one test on travis
This commit is contained in:
parent
bf379ebcba
commit
3ee9f8dc52
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ script:
|
||||||
make &&
|
make &&
|
||||||
CTEST_OUTPUT_ON_FAILURE=1 make test &&
|
CTEST_OUTPUT_ON_FAILURE=1 make test &&
|
||||||
rm -r * &&
|
rm -r * &&
|
||||||
CXX=g++ cmake -DCMAKE_CXX_FLAGS=\"-Werror -DUSE_STANDALONE_ASIO\" .. &&
|
CXX=g++ cmake -DCMAKE_CXX_FLAGS=\"-Werror -O3 -DUSE_STANDALONE_ASIO\" .. &&
|
||||||
make &&
|
make &&
|
||||||
CTEST_OUTPUT_ON_FAILURE=1 make test
|
CTEST_OUTPUT_ON_FAILURE=1 make test
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -49,4 +49,4 @@ endif()
|
||||||
enable_testing()
|
enable_testing()
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
|
|
||||||
install(FILES server_http.hpp client_http.hpp server_https.hpp client_https.hpp utility.hpp DESTINATION include/simple-web-server)
|
install(FILES server_http.hpp client_http.hpp server_https.hpp client_https.hpp crypto.hpp utility.hpp status_code.hpp DESTINATION include/simple-web-server)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue