mirror of
https://github.com/RPCSX/xed.git
synced 2026-01-31 01:05:17 +01:00
appveyor
This commit is contained in:
12
appveyor.yml
Normal file
12
appveyor.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
environment:
|
||||
matrix:
|
||||
- host_cpu: ia32
|
||||
- host_cpu: x86-64
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- git clone https://github.com/intelxed/mbuild.git
|
||||
- mkdir build
|
||||
- cd build
|
||||
- python ../mfile.py test host_cpu=%host_cpu%
|
||||
Reference in New Issue
Block a user