Skip to content

Commit

Permalink
add build and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Oct 3, 2024
1 parent 085616f commit ca45469
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Get Ninja
uses: seanmiddleditch/gha-setup-ninja@master

# 2. Set up the environment
- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1
Expand Down Expand Up @@ -52,7 +55,6 @@ jobs:
# 3. Configure CMake
- name: Configure CMake
uses: seanmiddleditch/gha-setup-ninja@master
run: cmake -B build -S . -G Ninja -DCMAKE_BUILD_TYPE=Release

# 4. Build the project
Expand Down

0 comments on commit ca45469

Please sign in to comment.