[commit: ghc] wip/nfs-locking: Build GhcPkg Stage1 on OS X Travis. (f8bd699)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:58:57 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/f8bd699693493f3ba8eb10e025c5db72a75b8495/ghc
>---------------------------------------------------------------
commit f8bd699693493f3ba8eb10e025c5db72a75b8495
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Feb 2 22:07:07 2016 +0000
Build GhcPkg Stage1 on OS X Travis.
>---------------------------------------------------------------
f8bd699693493f3ba8eb10e025c5db72a75b8495
.travis.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index cf2f1cb..4642d70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false
matrix:
include:
- os: linux
- env: CABALVER=1.22 GHCVER=7.10.3
+ env: CABALVER=1.22 GHCVER=7.10.3 TARGET=
addons:
apt:
packages:
@@ -21,6 +21,7 @@ matrix:
- cabal update
- os: osx
+ env: TARGET=utils/ghc-pkg/stage1/build/tmp/ghc-pkg.exe
before_install:
- brew update
- brew install ghc cabal-install
@@ -61,7 +62,7 @@ install:
script:
- ( cd ghc/shake-build && cabal haddock --internal )
- ./ghc/shake-build/build.sh selftest
- - ./ghc/shake-build/build.sh -j --no-progress --flavour=quick
+ - ./ghc/shake-build/build.sh -j --no-progress --flavour=quick $TARGET
cache:
directories:
More information about the ghc-commits
mailing list