Skip to content

Commit

Permalink
added local build script to Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Jun 17, 2024
1 parent dab56d2 commit 15690af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Fhat-Dev Build
working-directory: ${{github.workspace}}
run: bin/fhat-dev build

- name: Fhat-Dev Test
working-directory: ${{github.workspace}}
run: bin/fhat-dev test

- name: Cmake
working-directory: ${{github.workspace}}
run: cmake .
Expand Down

0 comments on commit 15690af

Please sign in to comment.