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
be9a21c6
Commit
be9a21c6
authored
Feb 02, 2016
by
Andrey Mokhov
Browse files
Do a full build on both Travis instances.
1000th commit!
parent
adfff77a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
be9a21c6
...
...
@@ -3,7 +3,7 @@ sudo: false
matrix
:
include
:
-
os
:
linux
env
:
CABALVER=1.22 GHCVER=7.10.3
TARGET=
env
:
CABALVER=1.22 GHCVER=7.10.3
addons
:
apt
:
packages
:
...
...
@@ -21,7 +21,6 @@ matrix:
-
cabal update
-
os
:
osx
env
:
TARGET=inplace/bin/ghc-stage1
before_install
:
-
brew update
-
brew install ghc cabal-install
...
...
@@ -30,9 +29,7 @@ matrix:
-
PATH="$HOME/.cabal/bin:$PATH"
-
export PATH
install
:
-
env
-
ghc --version
-
cabal --version
...
...
@@ -64,7 +61,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
$TARGET
-
./ghc/shake-build/build.sh -j --no-progress --flavour=quick
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