Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Network Manager
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
network
Network Manager
Merge requests
!6
Pipeline improvements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Pipeline improvements
pipeline_improvment
into
devel
Overview
0
Commits
1
Pipelines
9
Changes
12
Merged
Amin Ben Romdhane
requested to merge
pipeline_improvment
into
devel
10 months ago
Overview
0
Commits
1
Pipelines
9
Changes
12
Expand
0
0
Merge request reports
Compare
devel
version 2
c9d03ac3
10 months ago
version 1
007acf02
10 months ago
devel (base)
and
latest version
latest version
eaa72ade
1 commit,
10 months ago
version 2
c9d03ac3
1 commit,
10 months ago
version 1
007acf02
1 commit,
10 months ago
12 files
+
228
−
420
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
gitlab-ci/
compile
.sh
→
gitlab-ci/
install-dependencies
.sh
+
7
−
0
Options
#!/bin/bash
echo
"Install dependencies"
ROOT
=
"
${
PWD
}
"
echo
"install dependencies for tests"
source
./gitlab-ci/shared.sh
# install bbfdm
install_bbfdm
# compile
echo
"build stage"
cd
${
ROOT
}
/src/
make all
Loading