Attempt to build Tyro on travis CI

This commit is contained in:
Tim Warren 2015-11-18 15:43:04 -05:00
parent 1550fc3b60
commit 89fc95cd36
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
sudo: required
dist: trusty
#dist: trusty
language: cpp
before_install:
@ -23,7 +23,7 @@ addons:
- gcc-4.8
- g++-4.8
- clang
- libgtk2.0-dev
- libwxgtk3.0-dev
- libssh2-dev
script: make clean run-tests

View File

@ -37,7 +37,7 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
endif()
# wxwidgets stuff
set(wxWidgets_CONFIG_OPTIONS --static)
#set(wxWidgets_CONFIG_OPTIONS --static)
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
hunter_add_package(wxWidgets)
endif()
@ -132,4 +132,4 @@ file(GLOB test_SRC
)
add_executable(test_runner ${test_SRC})
target_link_libraries(test_runner ${wxWidgets_LIBRARIES} ${Libssh2_LIBRARIES} JsonLib BaseLib WidgetLib)
target_link_libraries(test_runner ${wxWidgets_LIBRARIES} ${Libssh2_LIBRARIES} JsonLib BaseLib WidgetLib)