Skip to content
Snippets Groups Projects
Commit 23d4cfd2 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove compatibility builds after they were tested

parent 17c60a2f
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,6 @@ compatibility_stage:
artifacts:
paths:
- build_*
- build_*/*
- build_*/*/*
exclude:
- ".git*"
- ".git/**/*"
......@@ -53,6 +51,7 @@ compatibility_stage:
- make -j
- echo "Running make with gnu compilers version 12..."
- cd ..
- rm -rf build_gnu11
- mkdir build_gnu12
- cd build_gnu12
- cp -r ../build/* .
......@@ -61,6 +60,7 @@ compatibility_stage:
- make -j
- echo "Running make with gnu compilers version 13..."
- cd ..
- rm -rf build_gnu12
- mkdir build_gnu13
- cd build_gnu13
- cp -r ../build/* .
......@@ -69,6 +69,7 @@ compatibility_stage:
- make -j
- echo "Running make with gnu compilers version 14..."
- cd ..
- rm -rf build_gnu13
- mkdir build_gnu14
- cd build_gnu14
- cp -r ../build/* .
......@@ -77,6 +78,7 @@ compatibility_stage:
- make -j
- echo "Running make with flang version 16 and clang version 16..."
- cd ..
- rm -rf build_gnu14
- mkdir build_clang16
- cd build_clang16
- cp -r ../build/* .
......@@ -85,6 +87,7 @@ compatibility_stage:
- make -j
- echo "Running make with flang version 17 and clang version 17..."
- cd ..
- rm -rf build_clang16
- mkdir build_clang17
- cd build_clang17
- cp -r ../build/* .
......@@ -93,6 +96,7 @@ compatibility_stage:
- make -j
- echo "Running make with Intel ifort and Intel icpx..."
- cd ..
- rm -rf build_clang17
- mkdir build_ifort_icpx
- cd build_ifort_icpx
- cp -r ../build/* .
......@@ -103,6 +107,7 @@ compatibility_stage:
- make -j
- echo "Running make with Intel ifx and Intel icpx..."
- cd ..
- rm -rf build_ifort_icpx
- mkdir build_ifx_icpx
- cd build_ifx_icpx
- cp -r ../build/* .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment