Skip to content

add godot ci action #14

add godot ci action

add godot ci action #14

Workflow file for this run

name: CI
on: push
jobs:
build-check:
strategy:
matrix:
platform: ['Windows Desktop', 'macOS', 'Linux', 'Web']
runs-on: ${{ matrix.platform == 'macOS' && 'macos-latest' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: chickensoft-games/setup-godot@v1
name: Setup Godot
with:
version: 4.3.0
use-dotnet: false
include-templates: true
- name: Build
run: godot ./project.godot --headless --export-debug ${{ matrix.platform }}