Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
haddock
Commits
96180916
Commit
96180916
authored
7 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
try harder to build w/ GHC 8.4.1
parent
45d7f638
No related branches found
No related tags found
5 merge requests
!38
Make --no-tmp-comp-dir the default
,
!37
Adapt to latest xhtml version, various optimizations
,
!31
Support HsToken in DataDecl and ClassDecl
,
!12
Drop orphan instance when defined upstream.
,
!10
Haddock interfaces produced from `.hi` files
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+5
-5
5 additions, 5 deletions
.travis.yml
with
5 additions
and
5 deletions
.travis.yml
+
5
−
5
View file @
96180916
...
@@ -51,8 +51,8 @@ install:
...
@@ -51,8 +51,8 @@ install:
-
sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
-
sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
-
rm -fv cabal.project.local
-
rm -fv cabal.project.local
-
rm -f cabal.project.freeze
-
rm -f cabal.project.freeze
-
travis_retry cabal new-build -w ${HC} ${TEST} ${BENCH} --dep -j2 all
-
travis_retry cabal new-build -w ${HC} ${TEST} ${BENCH} --dep -j2
--allow-newer=base,Cabal --constraint 'setup.Cabal installed'
all
-
travis_retry cabal new-build -w ${HC} --disable-tests --disable-benchmarks --dep -j2 all
-
travis_retry cabal new-build -w ${HC} --disable-tests --disable-benchmarks --dep -j2
--allow-newer=base,Cabal --constraint 'setup.Cabal installed'
all
# Here starts the actual work to be performed for the package under test;
# Here starts the actual work to be performed for the package under test;
# any command which exits with a non-zero exit code causes the build to fail.
# any command which exits with a non-zero exit code causes the build to fail.
...
@@ -69,12 +69,12 @@ script:
...
@@ -69,12 +69,12 @@ script:
-
rm -fv cabal.project.local
-
rm -fv cabal.project.local
# this builds all libraries and executables (without tests/benchmarks)
# this builds all libraries and executables (without tests/benchmarks)
-
rm -f cabal.project.freeze
-
rm -f cabal.project.freeze
-
cabal new-build -w ${HC} --disable-tests --disable-benchmarks all
-
cabal new-build -w ${HC} --disable-tests --disable-benchmarks
--allow-newer=base,Cabal --constraint 'setup.Cabal installed'
all
# this builds all libraries and executables (including tests/benchmarks)
# this builds all libraries and executables (including tests/benchmarks)
# - rm -rf ./dist-newstyle
# - rm -rf ./dist-newstyle
# build & run tests
# build & run tests
-
cabal new-build -w ${HC} ${TEST} ${BENCH} all
-
cabal new-build -w ${HC} ${TEST} ${BENCH}
--allow-newer=base,Cabal --constraint 'setup.Cabal installed'
all
-
if [ "x$TEST" = "x--enable-tests" ]; then cabal new-test -w ${HC} ${TEST} all; fi
-
if [ "x$TEST" = "x--enable-tests" ]; then cabal new-test -w ${HC} ${TEST}
--allow-newer=base,Cabal --constraint 'setup.Cabal installed'
all; fi
# EOF
# EOF
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment