[commit: ghc] wip/nfs-locking: Rename cabal, add build script. (da29ac9)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:58:03 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/da29ac914723944acd7c65709fa93c0dce198571/ghc
>---------------------------------------------------------------
commit da29ac914723944acd7c65709fa93c0dce198571
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Jan 6 19:21:43 2016 +0000
Rename cabal, add build script.
See #110. [skip ci]
>---------------------------------------------------------------
da29ac914723944acd7c65709fa93c0dce198571
.appveyor.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index fa03afe..93375e0 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,10 +8,14 @@ install:
- bash -lc "mkdir /usr/local"
- bash -lc "mkdir /usr/local/bin"
- bash -lc "curl -LsS https://www.haskell.org/cabal/release/cabal-install-1.22.0.0/cabal-1.22.0.0-i386-unknown-mingw32.tar.gz | tar -xz -C /usr/local/bin"
+ - ren C:\msys64\usr\local\bin\cabal-1.22.0.0-i386-unknown-mingw32.exe C:\msys64\usr\local\bin\cabal.exe
- bash -lc "cabal update"
- bash -lc "cabal install -j --prefix=/usr/local alex happy"
+ - bash -lc "git clone --recursive git://git.haskell.org/ghc.git /home/ghc"
build_script:
- - echo "test"
+ - bash -lc "cd /home/ghc && ./boot"
+ - bash -lc "cd /home/ghc && ./configure --enable-tarballs-autodownload"
+ - bash -lc "cd /home/ghc && ./shake-build/build.bat"
test: off
More information about the ghc-commits
mailing list