mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
25 lines
336 B
YAML
25 lines
336 B
YAML
dist: xenial
|
|
|
|
language: cpp
|
|
compiler:
|
|
- gcc
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- sourceline: 'ppa:beineri/opt-qt571-xenial'
|
|
packages:
|
|
- qt57base
|
|
- qt57tools
|
|
- qt57websockets
|
|
- cmake
|
|
|
|
before_install:
|
|
- source /opt/qt57/bin/qt57-env.sh
|
|
|
|
script:
|
|
- qmake --version
|
|
- $CXX --version
|
|
- qmake
|
|
- make CXX=$CXX
|