Adding manifest file #20
@@ -100,14 +100,14 @@ jobs:
|
||||
shell: bash
|
||||
- name: Prints output of run-vcpkg's action.
|
||||
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}' "
|
||||
- name: Run CMake+vcpkg+NinjaMulti-Config (Release configuration)
|
||||
uses: lukka/run-cmake@v10
|
||||
id: runcmake
|
||||
with:
|
||||
cmakeListsTxtPath: '${{ github.workspace }}/cmakepresets/CMakeLists.txt'
|
||||
configurePreset: 'ninja-multi-vcpkg'
|
||||
buildPreset: 'ninja-multi-vcpkg'
|
||||
buildPresetAdditionalArgs: '[`--config Release`]'
|
||||
# - name: Run CMake+vcpkg+NinjaMulti-Config (Release configuration)
|
||||
# uses: lukka/run-cmake@v10
|
||||
# id: runcmake
|
||||
# with:
|
||||
# cmakeListsTxtPath: '${{ github.workspace }}/cmakepresets/CMakeLists.txt'
|
||||
# configurePreset: 'ninja-multi-vcpkg'
|
||||
# buildPreset: 'ninja-multi-vcpkg'
|
||||
# buildPresetAdditionalArgs: '[`--config Release`]'
|
||||
- name: List $RUNNER_WORKSPACE after build
|
||||
run: find $RUNNER_WORKSPACE
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user