From be28ed3eac50b35209941ff97e689a788ec9afdd Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Tue, 22 May 2018 03:57:52 +0800 Subject: [PATCH] Fix appveyor build --- README.md | 2 +- appveyor.yml | 7 +++---- docs/index.md | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c6080075..f8307534 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Asterius: A Haskell to WebAssembly compiler [![CircleCI](https://circleci.com/gh/tweag/asterius/tree/master.svg?style=shield)](https://circleci.com/gh/tweag/asterius/tree/master) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/tweag/asterius?branch=master&svg=true)](https://ci.appveyor.com/project/TerrorJack/asterius?branch=master) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/tweag/asterius?branch=master&svg=true)](https://ci.appveyor.com/project/GHCAppveyor/asterius?branch=master) A Haskell to WebAssembly compiler. Project status: **pre-alpha**, in active development, still takes time before an initial example works. diff --git a/appveyor.yml b/appveyor.yml index 0ce2b05e..3d6f88ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,20 +1,19 @@ version: 0.0.1.{build} -shallow_clone: true +clone_depth: 1 environment: MAKEFLAGS: -j4 build_script: - git submodule update --init --recursive - - choco install haskell-stack + - choco install haskell-stack nodejs - stack --no-terminal --skip-msys setup > NUL - mklink /D %LOCALAPPDATA%\\Programs\\stack\\x86_64-windows\\msys2-20161025 C:\\msys64 - copy %LOCALAPPDATA%\\Programs\\stack\\x86_64-windows\\ghc-8.5.*.installed %LOCALAPPDATA%\\Programs\\stack\\x86_64-windows\\msys2-20161025.installed - stack --no-terminal exec pacman -- -S autoconf coreutils make mingw-w64-x86_64-cmake mingw-w64-x86_64-gcc --needed --noconfirm --noprogressbar - - stack --no-terminal build --haddock --test --no-run-tests + - stack --no-terminal build --test --no-run-tests - stack --no-terminal exec ahc-boot - - stack --no-terminal test asterius:ahc-boot-builtins - stack --no-terminal test asterius:fact-dump test: off diff --git a/docs/index.md b/docs/index.md index 469376c4..7868fbe8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ [![CircleCI](https://circleci.com/gh/tweag/asterius/tree/master.svg?style=shield)](https://circleci.com/gh/tweag/asterius/tree/master) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/tweag/asterius?branch=master&svg=true)](https://ci.appveyor.com/project/TerrorJack/asterius?branch=master) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/tweag/asterius?branch=master&svg=true)](https://ci.appveyor.com/project/GHCAppveyor/asterius?branch=master) `asterius` is a Haskell to WebAssembly compiler. The project is pre-alpha and in active development, still takes time before an initial example works.