Test dawn build
Some checks failed
build-linux-glfw-x64 / build (push) Failing after 21s

This commit is contained in:
2024-12-06 13:22:56 -06:00
parent 9d91fa6435
commit 250754af0a
9 changed files with 102 additions and 82 deletions

View File

@ -0,0 +1,17 @@
name: build-linux-glfw-x64
on:
push:
branches: [ master, main, main2 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Game
run: |
mkdir build
cd build
cmake ..
make