Skip to content

Commit

Permalink
Appveyor - twiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Dec 22, 2018
1 parent 749ded0 commit b8e2907
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 1.0.{build}

configuration: Release
platform: x64

before_build:
- cmd: nuget restore vsproject/mrustc.sln

Expand All @@ -8,4 +11,9 @@ build:
verbosity: minimal

test_script:
- cmd: cd vsproject & build_std.cmd
# - Download/extract rust 1.19.0
- appveyor DownloadFile https://static.rust-lang.org/dist/rustc-1.19.0-src.tar.gz
- tar xzf rustc-1.19.0-src.tar.gz
- cmd: cd vsproject
- cmd: call build_std.cmd
- cmd: call run_hello.cmd

0 comments on commit b8e2907

Please sign in to comment.