This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
test/.forgejo/workflows/build.yaml
Nick Guy 04c6443943
Some checks failed
/ build (push) Failing after 57s
/ test (push) Successful in 1s
Add test build.yaml
2024-05-27 16:52:08 +01:00

15 lines
No EOL
318 B
YAML

on: [push]
jobs:
build:
runs-on: docker
steps:
- uses: https://github.com/abarichello/godot-ci@master
with:
GODOT_VERSION: 3.0.2
EXPORT_NAME: test
PROJECT_PATH: ./
- uses: actions/upload-artifact@v3
with:
name: artifacts
path: ../build