Build tools in cmake workflow
This commit is contained in:
parent
b6ce15af00
commit
1545d483c0
2
.github/workflows/build_servers_cmake.yml
vendored
2
.github/workflows/build_servers_cmake.yml
vendored
@ -46,4 +46,4 @@ jobs:
|
||||
- name: Build
|
||||
working-directory: ${{github.workspace}}/build
|
||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||
run: cmake --build .
|
||||
run: cmake --build . --target server tools
|
||||
|
||||
@ -37,3 +37,5 @@ if(WIN32)
|
||||
"yaml.hpp"
|
||||
)
|
||||
endif()
|
||||
|
||||
add_custom_target(tools DEPENDS mapcache csv2yaml yaml2sql yamlupgrade map-server-generator)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user