Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
d3722831
Commit
d3722831
authored
1 year ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Add confirm option to package update step
parent
7d8d29a7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-6
3 additions, 6 deletions
.gitlab-ci.yml
with
3 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
6
View file @
d3722831
...
...
@@ -43,8 +43,7 @@ building_stage:
-
echo "Getting system info ..."
-
cat /etc/os-release
-
echo "Updating system"
-
yum check-update
-
yum update -y
-
yum check-update -y
-
echo "Installing dependencies"
-
yum install -y g++ gfortran make
-
cd src
...
...
@@ -72,8 +71,7 @@ running_stage:
-
echo $CI_COMMIT_SHA
-
echo $CI_COMMIT_BRANCH
-
echo "Updating system"
-
yum check-update
-
yum update -y
-
yum check-update -y
-
echo "Installing dependencies"
-
yum install -y g++ gfortran gdb
-
cd build/sphere
...
...
@@ -105,8 +103,7 @@ testing_stage:
-
echo $CI_COMMIT_SHA
-
echo $CI_COMMIT_BRANCH
-
echo "Updating system"
-
yum check-update
-
yum update -y
-
yum check-update -y
-
echo "Installing dependencies ..."
-
yum install -y python3
-
cd build/sphere
...
...
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