summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2018-12-22 14:17:59 +0800
committerJohn Hodge <tpg@ucc.asn.au>2018-12-22 14:17:59 +0800
commit749ded0351148846af5b2f9e7475504831cbf34b (patch)
tree821a86a0354224a4d6572422573608d8155befad
parentc31bc22c461e22ff1c26c7c32ccb26d8841dc566 (diff)
downloadmrust-749ded0351148846af5b2f9e7475504831cbf34b.tar.gz
Add Travis/Appveyor badges, tweak appveyor config
-rw-r--r--README.md3
-rw-r--r--appveyor.yml3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index bbc34fb6..d17ef42b 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@ Mutabah's Rust Compiler
_In-progress_ alternative rust compiler. Capable of building a fully-working copy of rustc, but not yet suitable for everyday use.
+[![Build Status: windows](https://ci.appveyor.com/api/projects/status/96y4ui20pl8xjm2h/branch/master?svg=true)](https://ci.appveyor.com/project/thepowersgang/mrustc/branch/master)
+[![Build Status: Linux/OSX](https://travis-ci.org/thepowersgang/mrustc.svg?branch=master)](https://travis-ci.org/thepowersgang/mrustc)
+
Intro
===
This project is an attempt at creating a simple rust compiler in C++, with the ultimate goal of being a separate re-implementation.
diff --git a/appveyor.yml b/appveyor.yml
index 116c15c6..8cc7bd87 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,5 +8,4 @@ build:
verbosity: minimal
test_script:
-- ps: cd vsproject # Use powershell to change to the vsproject directory
-- cmd: build_std.cmd
+- cmd: cd vsproject & build_std.cmd