Next try to get CMake up and running on Travis

This commit is contained in:
Dirk Ziegelmeier 2018-10-18 10:47:51 +02:00
parent 5840b090d4
commit daeceeeca0
2 changed files with 5 additions and 3 deletions

View File

@ -20,8 +20,9 @@
},
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17"
"cppStandard": "c++17",
"configurationProvider": "vector-of-bool.cmake-tools"
}
],
"version": 4
}
}

View File

@ -27,4 +27,5 @@ include(CPack)
# Generate docs before creating source package
include(src/Filelists.cmake)
add_dependencies(package_source lwipdocs)
add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
add_dependencies(dist lwipdocs)