actions test

This commit is contained in:
deed 2024-04-15 16:28:59 +02:00
parent c27c38be13
commit f1a0576624

View file

@ -0,0 +1,22 @@
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