Skip to content

Commit

Permalink
ci: build action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Apr 3, 2024
1 parent ce055c1 commit 9f31b29
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build

on:
push:
branches: ["main"]

jobs:
build_library:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
name: Checkout Files

- name: Configure and build the project
uses: threeal/[email protected]
with:
run-build: true
args: |
-DBUILD=lib

0 comments on commit 9f31b29

Please sign in to comment.