mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 12:35:50 +00:00
Add build type for Windows
This commit is contained in:
@@ -161,9 +161,13 @@ jobs:
|
|||||||
- name: Run the separate tests
|
- name: Run the separate tests
|
||||||
if: ${{ !inputs.build_only }}
|
if: ${{ !inputs.build_only }}
|
||||||
working-directory: ${{ inputs.build_dir }}
|
working-directory: ${{ inputs.build_dir }}
|
||||||
|
env:
|
||||||
|
BUILD_TYPE: ${{ inputs.build_type }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ctest --output-on-failure
|
ctest \
|
||||||
|
--output-on-failure \
|
||||||
|
-C "${BUILD_TYPE}"
|
||||||
|
|
||||||
- name: Prepare coverage report
|
- name: Prepare coverage report
|
||||||
if: ${{ !inputs.build_only && env.ENABLED_COVERAGE == 'true' }}
|
if: ${{ !inputs.build_only && env.ENABLED_COVERAGE == 'true' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user