Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
X2Go
Server
Demo Project
Commits
307569e4
Commit
307569e4
authored
Nov 30, 2021
by
Administrator
Browse files
Add new file
parent
e054ffbf
Pipeline
#14
canceled with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
307569e4
image
:
gcc
build
:
stage
:
build
script
:
-
g++ hello_world.cpp -o mybinary
artifacts
:
paths
:
-
mybinary
# test:
# stage: test
# script:
# - ./my_test_case
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment