This commit is contained in:
17
.gitea/workflows/build-linux-glfw-x64.yml
Normal file
17
.gitea/workflows/build-linux-glfw-x64.yml
Normal 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
|
Reference in New Issue
Block a user