This repository has been archived on 2024-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ar_basalt/thirdparty/ros/console_bridge/.travis.yml
2022-04-05 11:42:28 +03:00

19 lines
347 B
YAML

sudo: required
dist: trusty
language: cpp
compiler:
- gcc
- clang
env:
- BUILD_TYPE=Debug
- BUILD_TYPE=RelWithDebInfo
script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-Werror ..
- make
- make test ARGS="-VV"
after_script:
- sudo make install
- pkg-config --modversion console_bridge