Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mtl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Glasgow Haskell Compiler
Packages
mtl
Commits
a9023c76
Commit
a9023c76
authored
Jul 12, 2020
by
chessai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regenerate .travis.yml
parent
73d99a55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
18 deletions
+1
-18
.travis.yml
.travis.yml
+0
-17
cabal.haskell-ci
cabal.haskell-ci
+1
-1
No files found.
.travis.yml
View file @
a9023c76
...
...
@@ -76,11 +76,6 @@ jobs:
-
compiler
:
ghc-7.0.4
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-7.0.4"
,
"
cabal-install-3.2"
]}}
os
:
linux
-
compiler
:
ghc-head
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-head"
,
"
cabal-install-head"
]}}
os
:
linux
allow_failures
:
-
compiler
:
ghc-head
before_install
:
-
HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
-
WITHCOMPILER="-w $HC"
...
...
@@ -98,7 +93,6 @@ before_install:
-
TEST=--enable-tests
-
BENCH=--enable-benchmarks
-
HEADHACKAGE=false
-
if [ $HCNUMVER -gt 81001 ] ; then HEADHACKAGE=true ; fi
-
rm -f $CABALHOME/config
-
|
echo "verbose: normal +nowrap +markoutput" >> $CABALHOME/config
...
...
@@ -116,17 +110,6 @@ before_install:
echo " prefix: $CABALHOME" >> $CABALHOME/config
echo "repository hackage.haskell.org" >> $CABALHOME/config
echo " url: http://hackage.haskell.org/" >> $CABALHOME/config
-
|
if $HEADHACKAGE; then
echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1/g')" >> $CABALHOME/config
echo "repository head.hackage.ghc.haskell.org" >> $CABALHOME/config
echo " url: https://ghc.gitlab.haskell.org/head.hackage/" >> $CABALHOME/config
echo " secure: True" >> $CABALHOME/config
echo " root-keys: 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d" >> $CABALHOME/config
echo " 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329" >> $CABALHOME/config
echo " f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89" >> $CABALHOME/config
echo " key-threshold: 3" >> $CABALHOME/config
fi
install
:
-
${CABAL} --version
-
echo "$(${HC} --version) [$(${HC} --print-project-git-commit-id 2> /dev/null || echo '?')]"
...
...
cabal.haskell-ci
View file @
a9023c76
ghc-head:
Tru
e
ghc-head:
Fals
e
no-tests-no-benchmarks: False
irc-channels: irc.freenode.org#haskell-lens
installed: +all -transformers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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