mirror of
https://github.com/open-goal/jak-project
synced 2026-08-14 12:34:36 -04:00
add a separate cmake configuration for code coverage builds
This commit is contained in:
@@ -34,14 +34,14 @@ jobs:
|
||||
- name: CMake Generation
|
||||
run: |
|
||||
cmake --version
|
||||
cmake -B build
|
||||
cmake -B build -DCODE_COVERAGE=ON
|
||||
- name: Build Project
|
||||
run: |
|
||||
cd build
|
||||
make -j2
|
||||
make -j
|
||||
- name: Run Tests
|
||||
timeout-minutes: 5
|
||||
run: ./test.sh
|
||||
run: ./test_code_coverage.sh
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user