11 lines
282 B
YAML
11 lines
282 B
YAML
install:
|
|
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
|
|
- sudo apt-get update -qq
|
|
- apt-cache search libqt5serialport
|
|
- sudo apt-get install qtbase5-dev qt5-default qttools5-dev-tools qtdeclarative5-dev
|
|
- which qmake
|
|
|
|
script:
|
|
- qt5-qmake RepRaptor.pro
|
|
- make
|