v01
This commit is contained in:
20
thirdparty/ros/console_bridge/appveyor.yml
vendored
Normal file
20
thirdparty/ros/console_bridge/appveyor.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
os:
|
||||
- Visual Studio 2017
|
||||
- Visual Studio 2015
|
||||
- Visual Studio 2013
|
||||
|
||||
configuration:
|
||||
- Debug
|
||||
- Release
|
||||
|
||||
build_script:
|
||||
- md build
|
||||
- cd build
|
||||
- cmake .. -DEXTRA_CMAKE_CXX_FLAGS="-WX"
|
||||
- cmake --build . --config %CONFIGURATION%
|
||||
|
||||
test_script:
|
||||
- cmake --build . --config %CONFIGURATION% --target RUN_TESTS
|
||||
|
||||
after_build:
|
||||
- cmake --build . --config %CONFIGURATION% --target INSTALL
|
||||
Reference in New Issue
Block a user