You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
358 B

language: c++
os:
- linux
sudo: required
dist: trusty
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty
- sudo apt-get -qq update
- sudo apt-get -qq install qt55base
- sudo apt-get install -y build-essential cmake
compiler: g++
script:
- source /opt/qt55/bin/qt55-env.sh
- /opt/qt55/bin/qmake
- make