summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: faa103682417899853cc54949dcfbd07f5662d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: 1.0.{build}

configuration: Release
platform: x64

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

build:
  project: vsproject/mrustc.sln
  verbosity: minimal

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