mirror of
https://github.com/RPCSX/xed.git
synced 2026-01-31 01:05:17 +01:00
Merge pull request #14 from rscohn2/feature/ci-script
Move ci logic to ci.py
This commit is contained in:
23
.travis.yml
23
.travis.yml
@@ -10,30 +10,9 @@ matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: host_cpu=ia32 shared_static=--shared
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: host_cpu=ia32 shared_static=--static
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: host_cpu=x86-64 shared_static=--shared
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: host_cpu=x86-64 shared_static=--static
|
||||
- compiler: clang
|
||||
os: osx
|
||||
env: host_cpu=ia32 shared_static=--shared
|
||||
#- compiler: clang
|
||||
# os: osx
|
||||
# env: host_cpu=ia32 shared_static=--static
|
||||
- compiler: clang
|
||||
os: osx
|
||||
env: host_cpu=x86-64 shared_static=--shared
|
||||
#- compiler: clang
|
||||
# os: osx
|
||||
# env: host_cpu=x86-64 shared_static=--static
|
||||
|
||||
script:
|
||||
- pip install --user https://github.com/intelxed/mbuild/zipball/master
|
||||
- mkdir build
|
||||
- cd build && ../mfile.py host_cpu=$host_cpu $shared_static test
|
||||
- python ci.py
|
||||
|
||||
13
appveyor.yml
13
appveyor.yml
@@ -1,16 +1,5 @@
|
||||
environment:
|
||||
matrix:
|
||||
- host_cpu: ia32
|
||||
- host_cpu: x86-64
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- pip install --user https://github.com/intelxed/mbuild/zipball/master
|
||||
- mkdir static-build
|
||||
- cd static-build
|
||||
- python ../mfile.py test host_cpu=%host_cpu% --static
|
||||
- cd ..
|
||||
- mkdir shared-build
|
||||
- cd shared-build
|
||||
- python ../mfile.py test host_cpu=%host_cpu% --shared
|
||||
- python ci.py
|
||||
|
||||
Reference in New Issue
Block a user