1
0
Fork 0
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:
Lars Melchior 2020-04-14 14:00:39 +02:00
parent 1dc64084eb
commit 7ae42de08b
4 changed files with 4 additions and 4 deletions

View file

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