xed/.travis.yml
Robert Cohn ed8210639a Move ci logic to ci.py
Easier to maintain. We lose parallelism, but it was not helping much
because setup time was longer than build time.
2016-12-20 12:31:39 +00:00

19 lines
306 B
YAML

language: c
addons:
apt:
packages:
# 32 bit support
- gcc-multilib
matrix:
include:
- compiler: gcc
os: linux
- compiler: clang
os: osx
script:
- pip install --user https://github.com/intelxed/mbuild/zipball/master
- python ci.py