Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devops_wise24_ewbo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
ewbo4360
devops_wise24_ewbo
Commits
6e3b9887
Commit
6e3b9887
authored
3 months ago
by
ewbo4360
Browse files
Options
Downloads
Patches
Plain Diff
build pipeline stage update
parent
4dcfe917
No related branches found
No related tags found
No related merge requests found
Pipeline
#74358
failed
3 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
6e3b9887
...
...
@@ -5,14 +5,14 @@ stages:
before_script
:
# the 2 following steps make sure that the required building tool (meson) is installed on the runner
-
apt-get update && apt-get install -y python3-pip ninja-build
-
pip3 install meson
-
sudo
apt-get update && apt-get install -y python3-pip ninja-build
-
sudo
pip3 install meson
build-job
:
stage
:
build
script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
-
meson compile -C --verbose
-
meson compile -C
output/full
--verbose
test-job1
:
stage
:
test
...
...
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