mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 18:57:39 +01:00
13 lines
212 B
YAML
13 lines
212 B
YAML
language: c
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
dist: trusty
|
|
- os: osx
|
|
script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake ..
|
|
- make shim
|
|
- make check CTEST_OUTPUT_ON_FAILURE=TRUE
|