Attempt to build Tyro on travis CI
This commit is contained in:
parent
1550fc3b60
commit
89fc95cd36
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user