mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 09:09:52 -04:00
Build spdlog as a shared library (#59)
* change build settings for spdlog * fix typo * trying with j4 now * try as a shared library * add shadow warning back
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Build Project
|
||||
run: |
|
||||
cd build
|
||||
make
|
||||
make -j4
|
||||
- name: Run Tests
|
||||
timeout-minutes: 5
|
||||
run: ./test_code_coverage.sh
|
||||
|
||||
Reference in New Issue
Block a user