From 3dcfa9956e129cd77e24dd778f8e06ad98cb2ae4 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Sat, 3 Mar 2018 20:12:40 -0500 Subject: [PATCH] feat(test): add appveyor --- .appveyor.yml | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..c72b709 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,11 @@ +install: + - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe + - if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly + - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin + - rustc -V + - cargo -V + +build: false + +test_script: + - cargo test diff --git a/README.md b/README.md index 58dcb46..29624f7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ > pack up the wasm and publish it to npm! [![Build Status](https://travis-ci.org/ashleygwilliams/wasm-pack.svg?branch=master)](https://travis-ci.org/ashleygwilliams/wasm-pack) +[![Build status](https://ci.appveyor.com/api/projects/status/7jjuo5wewu9lyyfi?svg=true)](https://ci.appveyor.com/project/ashleygwilliams/wasm-pack) the goal of this project is to create a portable command line tool for publishing compiled wasm projects to the npm registry for the consumption