Skip to content

Commit

Permalink
Create premake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wowvain-dev authored Apr 4, 2024
1 parent 0324176 commit 0094894
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/premake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: C/C++ Premake5
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Download premake
uses: BEASTSM96/[email protected]
- name: Setup premake
# You may pin to the exact commit or the version.
# uses: abel0b/setup-premake@b80dc6f70e8ab159fb854bdadbeb1a53cfc28723
uses: abel0b/[email protected]
with:
# Premake version
version: 5.0.0-beta1
# Premake path
path: .premake/


0 comments on commit 0094894

Please sign in to comment.