Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f8bd6996
Commit
f8bd6996
authored
Feb 02, 2016
by
Andrey Mokhov
Browse files
Build GhcPkg Stage1 on OS X Travis.
parent
fc040dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
f8bd6996
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment