summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..116c15c6
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,12 @@
+version: 1.0.{build}
+
+before_build:
+- cmd: nuget restore vsproject/mrustc.sln
+
+build:
+ project: vsproject/mrustc.sln
+ verbosity: minimal
+
+test_script:
+- ps: cd vsproject # Use powershell to change to the vsproject directory
+- cmd: build_std.cmd