Skip to content

Commit

Permalink
Create linux-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 2, 2024
1 parent 219dc81 commit fafcf4d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Linux Build
on: [push]

jobs:
build:
name: build
runs-on: unbuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: build
run: |
cmake ./
make -j4

0 comments on commit fafcf4d

Please sign in to comment.