Try to get CMake build running on travis

This commit is contained in:
Dirk Ziegelmeier
2018-10-13 10:45:58 +02:00
parent d03d4c16fb
commit 22c1c4ec8d
6 changed files with 12 additions and 20 deletions

View File

@@ -13,7 +13,8 @@ elseif(${CMAKE_SYSTEM_NAME} STREQUAL Linux OR ${CMAKE_SYSTEM_NAME} STREQUAL Darw
add_subdirectory(${LWIP_DIR}/contrib/ports/unix/example_app)
else()
message(WARNING "Host ${CMAKE_SYSTEM_NAME} is not supported to build example_app")
endif()
include(src/Filelists.cmake)
endif()
# Source package generation
set(CPACK_SOURCE_GENERATOR "ZIP")
@@ -26,6 +27,5 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "lwip-${LWIP_VERSION_MAJOR}.${LWIP_VERSION_MI
include(CPack)
# Target for package generation
include(src/Filelists.cmake)
add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
add_dependencies(dist lwipdocs)