diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | appveyor.yml | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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. +[](https://ci.appveyor.com/project/thepowersgang/mrustc/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 |