Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wine-demo
Manage
Activity
Members
Labels
Plan
Bugzilla
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WineHQ
wine-demo
Merge requests
!39
Experiment with a CI file.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Experiment with a CI file.
jwhite/wine-demo-jeremy:ci1
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Jeremy White
requested to merge
jwhite/wine-demo-jeremy:ci1
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Merge request reports
Compare
master
master (base)
and
latest version
latest version
fd8cbadc
1 commit,
2 years ago
1 file
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
0 → 100644
+
12
−
0
Options
build1
:
stage
:
build
script
:
-
echo "Build stage"
-
hostname
test1
:
stage
:
test
script
:
-
echo "Test stage"
-
id
Loading