Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nolimips
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiger
nolimips
Commits
cb8f3aaf
Commit
cb8f3aaf
authored
Mar 02, 2019
by
Antoine Suel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Using multiple stages/jobs
* .gitlab-ci.yml: here.
parent
014c75e7
Pipeline
#6993
passed with stage
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
.gitlab-ci.yml
.gitlab-ci.yml
+18
-5
No files found.
.gitlab-ci.yml
View file @
cb8f3aaf
debian-stable-gcc
:
.pre-build
:
stage
:
build
only
:
-
branches
image
:
registry.lrde.epita.fr/nolimips-sid
script
:
before_
script
:
-
./bootstrap
-
./configure
-
make -k
-
make -k check
-
make -k distcheck
make
:
extends
:
.pre-build
script
:
-
make
check
:
extends
:
.pre-build
script
:
-
make check
distcheck
:
extends
:
.pre-build
script
:
-
make distcheck
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