diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f067f44..3d682bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,14 +48,16 @@ Ubuntu_20.04: - sudo make install - sudo ldconfig -Centos_7.2.1511: - tags: ["Centos_7.2.1511"] +Ubuntu_24.04: + stage: build + tags: ["Ubuntu24", "Py3.12"] variables: - GIT_STRATEGY: clone + GIT_STRATEGY: fetch <<: *run_build + #### TEST #### Ubuntu__16_tests: tags: ["Ubuntu_16.04.6"] @@ -69,14 +71,15 @@ Ubuntu_20_tests: GIT_STRATEGY: none <<: *run_tests -Centos_7_tests: - tags: ["Centos_7.2.1511"] +Ubuntu_24_tests: + tags: ["Ubuntu24", "Py3.12"] variables: GIT_STRATEGY: none <<: *run_tests + #### TRIGGER #### trigger_downstream: stage: trigger_downstream