mirror of
https://github.com/RPCSX/xed.git
synced 2026-01-31 01:05:17 +01:00
disable static osx because they fail in travis
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -23,15 +23,15 @@ matrix:
|
||||
- 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=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
|
||||
#- compiler: clang
|
||||
# os: osx
|
||||
# env: host_cpu=x86-64 shared_static=--static
|
||||
|
||||
script:
|
||||
- pip install --user https://github.com/intelxed/mbuild/zipball/master
|
||||
|
||||
Reference in New Issue
Block a user