greenhouse/.travis.yml

21 lines
358 B
YAML
Raw Normal View History

2016-04-19 14:36:03 +08:00
2016-12-28 19:45:01 -05:00
matrix:
include:
- os: osx
language: generic
before_install:
- brew update
- brew install libxml2 qt qt4 pyqt5
- os: linux
dist: trusty
sudo: required
language: python
python: 2.7
addons:
apt:
packages:
- cmake
- pyqt4-dev-tools
2016-04-19 14:51:28 +08:00
2016-04-19 14:36:03 +08:00
script: make all