File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 packaging_maintainer_mode : ${{ matrix.packaging_maintainer_mode }}
5757 generator : ${{ matrix.generator }}
5858
59- - name : Project Name
60- uses : cardinalby/export-env-action@v2
61- with :
62- envFile : ' .github/constants.env'
63-
64-
6559 - name : Setup Cpp
6660 uses : aminya/setup-cpp@v1
6761 with :
8377 # has meaningful results
8478 - name : Configure CMake
8579 run : |
86- cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -D${{ env.PROJECT_NAME }}_PACKAGING_MAINTAINER_MODE:BOOL=${{matrix.packaging_maintainer_mode}} -D${{ env.PROJECT_NAME }}_ENABLE_COVERAGE:BOOL=${{ matrix.build_type == 'Debug' }}
80+ cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -D${{ env.PROJECT_NAME }}_PACKAGING_MAINTAINER_MODE:BOOL=${{matrix.packaging_maintainer_mode}} -D${{ VMAware }}_ENABLE_COVERAGE:BOOL=${{ matrix.build_type == 'Debug' }}
8781
8882 # Initializes the CodeQL tools for scanning.
8983 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments