mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
16 lines
190 B
YAML
16 lines
190 B
YAML
language: c
|
|
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
script:
|
|
- which time
|
|
- sh bootstrap
|
|
- ./configure
|
|
- make
|
|
- sudo make install
|
|
- ros version
|
|
- ros -v setup
|
|
- ros -v run -- --version
|