ajout de la création du docker pour compiler godot
This commit is contained in:
parent
b4edb4d9df
commit
b6188d54ee
1 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
stages:
|
||||
- build_3.3.4
|
||||
- build_4
|
||||
- build_compil
|
||||
|
||||
build-godot-export:
|
||||
stage: build_3.3.4
|
||||
|
@ -23,3 +24,14 @@ build-godot4-export:
|
|||
- docker tag khaganat/godot-export:4 khaganat/godot-export:4
|
||||
- docker push khaganat/godot-export:4
|
||||
when: manual
|
||||
|
||||
build-godot-compil:
|
||||
stage: build_compil
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- cd godot4-compil
|
||||
- docker build -t khaganat/godot-compil:latest .
|
||||
- docker tag khaganat/godot-export:4 khaganat/godot-compil:latest
|
||||
- docker push khaganat/godot-compil:latest
|
||||
when: manual
|
||||
|
|
Loading…
Reference in a new issue