actions test
This commit is contained in:
parent
c27c38be13
commit
f1a0576624
1 changed files with 22 additions and 0 deletions
22
.forgejo/workflows/build_test.yml
Normal file
22
.forgejo/workflows/build_test.yml
Normal 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
|
||||
|
||||
|
Loading…
Reference in a new issue