diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..7d05d73 --- /dev/null +++ b/appveyor.yml @@ -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%