Skip to content

Commit e5b4baa

Browse files
committed
.gitlab-ci.yml: update job names, e.g. bt:linux-x64, bt:win-x64
1 parent 439f799 commit e5b4baa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ bt:linux-x64:go1.18:
2020
before_script:
2121
- export PATH=/usr/lib/go-1.18/bin:$PATH
2222

23-
# Second-latest go version
24-
bt:linux-x64:go1.24:
23+
bt:linux-x64:go-2nd-latest:
2524
extends: [ .build-linux ]
2625
before_script:
2726
- export PATH=/usr/local/go1.24.9/bin:$PATH
2827

29-
# Latest go version
30-
bt:linux-x64:go1.25:
28+
# Uses the latest go version (available in the Docker image)
29+
bt:linux-x64:
3130
extends: [ .build-linux ]
3231
after_script:
3332
- zip objectbox-generator-Linux.zip objectbox-generator
@@ -46,7 +45,7 @@ bt:mac:
4645
paths:
4746
- objectbox-generator-macOS.zip
4847

49-
t:cmake:win-x64:
48+
bt:win-x64:
5049
extends: [ .build ]
5150
tags: [ windows, go ]
5251
after_script:

0 commit comments

Comments
 (0)