ile-de-test/.forgejo/workflows/build_test.yml
Workflow config file is invalid. Please check your config file: yaml: line 10: could not find expected ':'
2024-04-15 16:28:59 +02:00

22 lines
457 B
YAML

name: "build_test"
on: push
env:
EXPORT_NAME: build
jobs:
export-linux:
name: linux export
runs-on:khixi
container:
image: khaganat/godot-export:4.2beta
steps:
- name: linux build
run:
godot -v --export-debug --headless "Linux/X11" $EXPORT_NAME-linux64-$CI_COMMIT_SHORT_SHA/$EXPORT_NAME.x86_64
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: linux