Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Add install and use in build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Jul 19, 2023
1 parent e3c9e70 commit 7f625b0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,12 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release

- name: Build
run: cmake --build ${{github.workspace}}/build
run: cmake --build ${{github.workspace}}/build

- name: Install
run: sudo cmake --install ${{github.workspace}}/build

- name: Show version and help
run: |
filc --version
filc --help

0 comments on commit 7f625b0

Please sign in to comment.