2022-01-30 15:04:20 +00:00
|
|
|
image: khaganat/godot-compil:latest
|
|
|
|
|
|
|
|
stages:
|
|
|
|
- build_godot_server
|
|
|
|
|
|
|
|
|
|
|
|
build-godot-server:
|
|
|
|
stage: build_godot_server
|
|
|
|
tags:
|
|
|
|
- Docker
|
|
|
|
script:
|
|
|
|
- git clone https://github.com/godotengine/godot
|
|
|
|
- cd godot
|
2022-01-30 17:36:34 +00:00
|
|
|
- scons -j4 platform=linuxbsd --headless tools=no target=release_debug
|
2022-01-30 15:04:20 +00:00
|
|
|
artifacts:
|
|
|
|
name: $EXPORT_NAME
|
|
|
|
paths:
|
|
|
|
- $EXPORT_NAME
|
|
|
|
when: manual
|