mirror of
https://github.com/RPCSX/xed.git
synced 2024-11-27 05:20:24 +00:00
ed8210639a
Easier to maintain. We lose parallelism, but it was not helping much because setup time was longer than build time.
19 lines
306 B
YAML
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
|