Skip to content

Commit

Permalink
testing make install on windows/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 5, 2023
1 parent 9bce28c commit fcaec1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
cmake -S. -Bbuild_out -GNinja
ninja -Cbuild_out
mv optframe/liboptframe_lib.so optframe/optframe_lib.so
- name: make install (all)
shell: bash
run: |
make install
- name: make test_package
shell: bash
run: |
Expand Down

0 comments on commit fcaec1e

Please sign in to comment.