From c92cbbc0b03500c008824d5de1583d3548b6caaf Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Sat, 17 Dec 2016 08:17:41 -0600 Subject: [PATCH] appveyor --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appveyor.yml 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%