mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-11-01 02:31:34 +01:00
build all dll and executable at bin directory
This commit is contained in:
parent
78b430b172
commit
56a3c22ad9
10 changed files with 33 additions and 16 deletions
5
.github/workflows/style.yml
vendored
5
.github/workflows/style.yml
vendored
|
|
@ -1,11 +1,14 @@
|
|||
---
|
||||
name: Style
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
env:
|
||||
|
|
@ -29,7 +32,7 @@ jobs:
|
|||
pip3 install cmake_format==0.6.11 pyyaml
|
||||
|
||||
- name: configure
|
||||
run: cmake -Stest -Bbuild
|
||||
run: cmake -S test -B build
|
||||
|
||||
- name: check style
|
||||
run: cmake --build build --target check-format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue