mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-06 00:41:01 +02:00
Run CI builds with parallel flags
This commit is contained in:
parent
1dc64084eb
commit
7ae42de08b
4 changed files with 4 additions and 4 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
|
||||
- name: configure
|
||||
run: cmake -Htest -Bbuild
|
||||
run: cmake -Htest -Bbuild -GNinja
|
||||
|
||||
- name: build
|
||||
run: cmake --build build --config Debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue