mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 19:52:47 -05:00
Style updates
This commit is contained in:

committed by
Michał Trojnara

parent
bc3e9e2172
commit
7d1b460dfe
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -171,23 +171,23 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
cmake \
|
cmake \
|
||||||
-G "${{ matrix.generator }}" \
|
-G "${{matrix.generator}}" \
|
||||||
-S "${{ github.workspace }}" \
|
-S "${{github.workspace}}" \
|
||||||
-B "${{ github.workspace }}/build" \
|
-B "${{github.workspace}}/build" \
|
||||||
-DCMAKE_OSX_ARCHITECTURES=arm64 \
|
-DCMAKE_OSX_ARCHITECTURES=arm64 \
|
||||||
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" \
|
-DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" \
|
||||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
|
-DCMAKE_INSTALL_PREFIX="${{github.workspace}}/dist"
|
||||||
|
|
||||||
- name: Configure CMake (Windows)
|
- name: Configure CMake (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
.\venv\Scripts\Activate.ps1
|
.\venv\Scripts\Activate.ps1
|
||||||
cmake `
|
cmake `
|
||||||
-G "${{ matrix.generator }}" `
|
-G "${{matrix.generator}}" `
|
||||||
-S "${{ github.workspace }}" `
|
-S "${{github.workspace}}" `
|
||||||
-B "${{ github.workspace }}/build" `
|
-B "${{github.workspace}}/build" `
|
||||||
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" `
|
-DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" `
|
||||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
|
-DCMAKE_INSTALL_PREFIX="${{github.workspace}}/dist"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake
|
run: cmake
|
||||||
|
Reference in New Issue
Block a user