[commit: packages/filepath] RyanGlScott-patch-1, master: Update appveyor.yml (eb4e429)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 14:50:56 UTC 2018


Repository : ssh://git@git.haskell.org/filepath

On branches: RyanGlScott-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/eb4e4296b5453419cfd861a6e6a7d943b3b81a25

>---------------------------------------------------------------

commit eb4e4296b5453419cfd861a6e6a7d943b3b81a25
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sat May 27 13:31:53 2017 +0100

    Update appveyor.yml


>---------------------------------------------------------------

eb4e4296b5453419cfd861a6e6a7d943b3b81a25
 appveyor.yml | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 7108552..e2422e6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,20 +1,6 @@
-cache:
-- "c:\\sr -> appveyor.yml" # stack root, short paths == less problems
-
 build: off
-
-before_test:
-- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% # for curl
-- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
-- 7z x stack.zip stack.exe
-
-clone_folder: "c:\\project"
-environment:
-  global:
-    STACK_ROOT: "c:\\sr"
+cache: "c:\\sr -> appveyor.yml"
 
 test_script:
-- stack init
-- stack setup > nul
-- echo "" | stack --no-terminal build
+- ps: Invoke-Expression (Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/neil/master/appveyor.ps1')
 - stack runghc Generate.hs



More information about the ghc-commits mailing list