Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
win32-tarballs
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
Glasgow Haskell Compiler
win32-tarballs
Merge requests
!3
Temporarily disable stat calls
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Temporarily disable stat calls
wip/get-it-working
into
master
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Ben Gamari
requested to merge
wip/get-it-working
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
In the interest of getting
something
working.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0c4c3ea5
1 commit,
5 years ago
3 files
+
63
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
26
−
1
Options
stages
:
-
build
-
test
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
MSYS32
:
/c/msys32
MSYS64
:
/c/msys64
build
:
stage
:
build
tags
:
-
x86_64-windows
-
new-
x86_64-windows
-
test
before_script
:
-
git -C ghc-jailbreak clean -ffdx
@@ -16,3 +21,23 @@ build:
expire_in
:
1 week
paths
:
-
tarballs
.test
:
stage
:
test
tags
:
-
new-x86_64-windows
-
test
dependencies
:
-
build
script
:
-
bash test.sh $ARCH
test-x86_64
:
extends
:
.test
variables
:
ARCH
:
x86_64
test-i686
:
extends
:
.test
variables
:
ARCH
:
i686
Loading