1
0
Fork 0
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:
ClausKlein 2021-02-17 00:51:29 +01:00
parent 78b430b172
commit 56a3c22ad9
10 changed files with 33 additions and 16 deletions

View file

@ -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