mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
13 lines
184 B
YAML
13 lines
184 B
YAML
dist: xenial
|
|
language: cpp
|
|
compiler: gcc
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- qt5-default
|
|
|
|
script:
|
|
- cmake ./ -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON
|
|
- make -j4
|
|
- ./basictest
|