Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
d5055248
Commit
d5055248
authored
Aug 18, 2019
by
Ben Gamari
🐢
Committed by
Marge Bot
Aug 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: Add Windows full build during the nightly pipeline
parent
5e40356f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
.gitlab-ci.yml
.gitlab-ci.yml
+13
-0
No files found.
.gitlab-ci.yml
View file @
d5055248
...
...
@@ -780,6 +780,19 @@ validate-x86_64-windows:
cache
:
key
:
"
x86_64-windows-$WINDOWS_TOOLCHAIN_VERSION"
nightly-x86_64-windows
:
extends
:
.build-windows-make
stage
:
full-build
variables
:
BUILD_FLAVOUR
:
"
validate"
MSYSTEM
:
MINGW64
CONFIGURE_ARGS
:
"
--target=x86_64-unknown-mingw32"
only
:
variables
:
-
$NIGHTLY
cache
:
key
:
"
x86_64-windows-$WINDOWS_TOOLCHAIN_VERSION"
# Normal Windows validate builds are profiled; that won't do for releases.
release-x86_64-windows
:
extends
:
validate-x86_64-windows
...
...
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