Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup-hs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Show more breadcrumbs
Haskell
ghcup-hs
Commits
1207c7b3
Verified
Commit
1207c7b3
authored
5 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Remove travis"
This reverts commit
5e35a91e
.
parent
788883df
No related branches found
Branches containing commit
Tags
v0.1.5-p1
Tags containing commit
1 merge request
!6
Darwin binary fix
Pipeline
#21960
failed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+25
-0
25 additions, 0 deletions
.travis.yml
.travis/build.sh
+22
-0
22 additions, 0 deletions
.travis/build.sh
with
47 additions
and
0 deletions
.travis.yml
0 → 100644
+
25
−
0
View file @
1207c7b3
jobs
:
include
:
-
os
:
osx
osx_image
:
xcode10.1
language
:
generic
env
:
ARTIFACT=x86_64-apple-darwin-10.13-ghcup
-
os
:
osx
osx_image
:
xcode11.3
language
:
generic
env
:
ARTIFACT=x86_64-apple-darwin-10.14-ghcup
script
:
"
.travis/build.sh"
deploy
:
provider
:
releases
api_key
:
secure
:
GQESg4TcYf3PQJRRaZV/kWS0hsF+OFnH2+EcwpgnIcfx4+aogMyprdh745KtBXe1FlFN1luKHksFjqceqhcg/xcNyeCJiSnLWMn4D/i4WUperEHseRBi5yZZCB1AvOjIlHrE4DS3a8pyEm1GV3G7CKY5Fu8jBjof2SnyENfd7fofhjtNHWmeFS+jBn8HRDf1YaSRYxzTw6uHLrPLsybfgQZVl7babMu/38Ghin0f5pz5OlNokzDxaubIYQHOZ7st7YndHJtBWWql/KualBWbMILy88dUVQBnbqQLP2P8d1ME8ILUjJVqz33HiRU0JzlEJyWfbvEjcJ6iD8M6n4nXTaxfu3i2UhhGsQ6SSBNKssMP4tji8nkNpMqG59wLQ/zhcetEm71fKkgJNrIMNllkqlWSo5K74IqqP9kiLg/qm8ipOJjui0gPk8tZXKcV+ztX1d1OVCapoLfiDM5l/0LLQXaTOXOV1x3e5LLQ/w2doNiH3eh5CV4II9dRu7owpaiiMBHMssmT0pH99jEeF6giHLKtt3y7l2GWoRLPdhsZZ54gxsaBxZt9GuypmkbNcr97CEnAVaWij5v0CF3w4rAWqy/tAxQpIDJOIOQBgmwG5WrBAKyKrFvEpBL5a8BPcRWJDvqKC83QeWpvPrEVdgJevC6ZN1MKzrb2SiPOwC2Kerc=
file
:
$ARTIFACT
on
:
repo
:
haskell/ghcup-hs
tags
:
true
skip_cleanup
:
true
draft
:
true
This diff is collapsed.
Click to expand it.
.travis/build.sh
0 → 100755
+
22
−
0
View file @
1207c7b3
#/bin/sh
set
-ex
## install ghc via old ghcup
mkdir
-p
~/.ghcup/bin
curl https://gitlab.haskell.org/haskell/ghcup/raw/master/ghcup
>
~/.ghcup/bin/ghcup
chmod
+x ~/.ghcup/bin/ghcup
export
PATH
=
"
$HOME
/.ghcup/bin:
$PATH
"
ghcup
install
8.8.3
ghcup install-cabal 3.2.0.0
ghcup
set
8.8.3
## install ghcup
cabal update
cabal build
cp
"
$(
cabal new-exec
--verbose
=
0
--offline
sh
--
-c
'command -v ghcup'
)
"
"./
${
ARTIFACT
}
"
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