Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
gershomb
GHC
Commits
df2c3b33
Commit
df2c3b33
authored
7 years ago
by
Mark Karpov
Committed by
Ben Gamari
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Build quick flavor and run some tests on Windows
This build fits into the 90 minutes window.
parent
b2996f1b
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.appveyor.sh
+13
-2
13 additions, 2 deletions
.appveyor.sh
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
with
14 additions
and
3 deletions
.appveyor.sh
+
13
−
2
View file @
df2c3b33
# Configure the environment
MSYSTEM
=
MINGW64
THREADS
=
3
SKIP_PERF_TESTS
=
YES
BUILD_FLAVOUR
=
quick
source
/etc/profile
||
true
# a terrible, terrible workaround for msys2 brokenness
# Don't set -e until after /etc/profile is sourced
...
...
@@ -35,11 +38,19 @@ case "$1" in
# Build the compiler
./boot
./configure
--enable-tarballs-autodownload
make
-j2
cat
<<
EOF
>> mk/build.mk
BuildFlavour=
$BUILD_FLAVOUR
ifneq "
\$
(BuildFlavour)" ""
include mk/flavours/
\$
(BuildFlavour).mk
endif
EOF
make
-j
$THREADS
;;
"test"
)
make binary_dist
# This does not finish in time.
# make fasttest THREADS=$THREADS
make binary-dist
7z a ghc-windows.zip
*
.tar.xz
;;
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
−
1
View file @
df2c3b33
...
...
@@ -25,6 +25,6 @@ build_script:
-
bash .appveyor.sh test
artifacts
:
-
path
:
C:\projects\ghc\
ghc-windows.zip
-
path
:
ghc-windows.zip
name
:
GHC Windows bindist
type
:
zip
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