Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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
Expand Down
Loading