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: ...@@ -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/* .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment