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
23d4cfd2
Commit
23d4cfd2
authored
8 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Remove compatibility builds after they were tested
parent
17c60a2f
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
+7
-2
7 additions, 2 deletions
.gitlab-ci.yml
with
7 additions
and
2 deletions
.gitlab-ci.yml
+
7
−
2
View file @
23d4cfd2
...
@@ -30,8 +30,6 @@ compatibility_stage:
...
@@ -30,8 +30,6 @@ compatibility_stage:
artifacts
:
artifacts
:
paths
:
paths
:
-
build_*
-
build_*
-
build_*/*
-
build_*/*/*
exclude
:
exclude
:
-
"
.git*"
-
"
.git*"
-
"
.git/**/*"
-
"
.git/**/*"
...
@@ -53,6 +51,7 @@ compatibility_stage:
...
@@ -53,6 +51,7 @@ compatibility_stage:
-
make -j
-
make -j
-
echo "Running make with gnu compilers version 12..."
-
echo "Running make with gnu compilers version 12..."
-
cd ..
-
cd ..
-
rm -rf build_gnu11
-
mkdir build_gnu12
-
mkdir build_gnu12
-
cd build_gnu12
-
cd build_gnu12
-
cp -r ../build/* .
-
cp -r ../build/* .
...
@@ -61,6 +60,7 @@ compatibility_stage:
...
@@ -61,6 +60,7 @@ compatibility_stage:
-
make -j
-
make -j
-
echo "Running make with gnu compilers version 13..."
-
echo "Running make with gnu compilers version 13..."
-
cd ..
-
cd ..
-
rm -rf build_gnu12
-
mkdir build_gnu13
-
mkdir build_gnu13
-
cd build_gnu13
-
cd build_gnu13
-
cp -r ../build/* .
-
cp -r ../build/* .
...
@@ -69,6 +69,7 @@ compatibility_stage:
...
@@ -69,6 +69,7 @@ compatibility_stage:
-
make -j
-
make -j
-
echo "Running make with gnu compilers version 14..."
-
echo "Running make with gnu compilers version 14..."
-
cd ..
-
cd ..
-
rm -rf build_gnu13
-
mkdir build_gnu14
-
mkdir build_gnu14
-
cd build_gnu14
-
cd build_gnu14
-
cp -r ../build/* .
-
cp -r ../build/* .
...
@@ -77,6 +78,7 @@ compatibility_stage:
...
@@ -77,6 +78,7 @@ compatibility_stage:
-
make -j
-
make -j
-
echo "Running make with flang version 16 and clang version 16..."
-
echo "Running make with flang version 16 and clang version 16..."
-
cd ..
-
cd ..
-
rm -rf build_gnu14
-
mkdir build_clang16
-
mkdir build_clang16
-
cd build_clang16
-
cd build_clang16
-
cp -r ../build/* .
-
cp -r ../build/* .
...
@@ -85,6 +87,7 @@ compatibility_stage:
...
@@ -85,6 +87,7 @@ compatibility_stage:
-
make -j
-
make -j
-
echo "Running make with flang version 17 and clang version 17..."
-
echo "Running make with flang version 17 and clang version 17..."
-
cd ..
-
cd ..
-
rm -rf build_clang16
-
mkdir build_clang17
-
mkdir build_clang17
-
cd build_clang17
-
cd build_clang17
-
cp -r ../build/* .
-
cp -r ../build/* .
...
@@ -93,6 +96,7 @@ compatibility_stage:
...
@@ -93,6 +96,7 @@ compatibility_stage:
-
make -j
-
make -j
-
echo "Running make with Intel ifort and Intel icpx..."
-
echo "Running make with Intel ifort and Intel icpx..."
-
cd ..
-
cd ..
-
rm -rf build_clang17
-
mkdir build_ifort_icpx
-
mkdir build_ifort_icpx
-
cd build_ifort_icpx
-
cd build_ifort_icpx
-
cp -r ../build/* .
-
cp -r ../build/* .
...
@@ -103,6 +107,7 @@ compatibility_stage:
...
@@ -103,6 +107,7 @@ compatibility_stage:
-
make -j
-
make -j
-
echo "Running make with Intel ifx and Intel icpx..."
-
echo "Running make with Intel ifx and Intel icpx..."
-
cd ..
-
cd ..
-
rm -rf build_ifort_icpx
-
mkdir build_ifx_icpx
-
mkdir build_ifx_icpx
-
cd build_ifx_icpx
-
cd build_ifx_icpx
-
cp -r ../build/* .
-
cp -r ../build/* .
...
...
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