mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer.git
synced 2025-09-27 14:10:01 -04:00
fix pipeline
This commit is contained in:
parent
93be1fb5e5
commit
fefd092625
@ -13,7 +13,7 @@ cache:
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- 1.19
|
- 1.19.0
|
||||||
- 1.18.2
|
- 1.18.2
|
||||||
- 1.17.1
|
- 1.17.1
|
||||||
- 1.16.5
|
- 1.16.5
|
||||||
@ -26,8 +26,8 @@ build:
|
|||||||
- "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile --only-map"
|
- "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile --only-map"
|
||||||
- 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify'
|
- 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify'
|
||||||
|
|
||||||
latest:
|
1.19.0:
|
||||||
stage: latest
|
stage: 1.19.0
|
||||||
script:
|
script:
|
||||||
- "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile"
|
- "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user