mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-04 16:10:53 +02:00
Merge 95470160d8
into 12cf5de1a8
This commit is contained in:
commit
23bd884412
15 changed files with 443 additions and 32 deletions
1
.github/workflows/install.yml
vendored
1
.github/workflows/install.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
- name: build and install library
|
||||
run: |
|
||||
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build --target all_verify_interface_header_sets
|
||||
sudo cmake --build build --target install
|
||||
rm -rf build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue