upgrade vcpkg-sha : b4a3d89125e45bc8f80fb94bef9761d4f4e14fb9 + reduce number of runners for now.
This commit is contained in:
parent
d6fc3b1ddc
commit
0897271a8e
1 changed files with 5 additions and 12 deletions
17
.github/workflows/build_and_test.yml
vendored
17
.github/workflows/build_and_test.yml
vendored
|
@ -36,22 +36,15 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||||
memory-mapped: ["OFF", "ON"]
|
memory-mapped: ["ON"]
|
||||||
static-build: ["OFF", "ON"]
|
static-build: ["OFF"]
|
||||||
cxx-standard: [14]
|
cxx-standard: [17]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
mono: mono
|
mono: mono
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
mono: mono
|
mono: mono
|
||||||
- os: macos-latest
|
|
||||||
cxx-standard: 17
|
|
||||||
mono: mono
|
|
||||||
- os: ubuntu-latest
|
|
||||||
cxx-standard: 17
|
|
||||||
mono: mono
|
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
cxx-standard: 17
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
@ -80,7 +73,7 @@ jobs:
|
||||||
- name: setup vcpkg
|
- name: setup vcpkg
|
||||||
uses: ./.github/actions/setup_vcpkg
|
uses: ./.github/actions/setup_vcpkg
|
||||||
with:
|
with:
|
||||||
vcpkg-sha: e105a86c97b8ab13d4dbe3f7bd9ebc17ece31634
|
vcpkg-sha: b4a3d89125e45bc8f80fb94bef9761d4f4e14fb9
|
||||||
nuget-source: https://nuget.pkg.github.com/mapnik/index.json
|
nuget-source: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
nuget-username: ${{ github.actor }}
|
nuget-username: ${{ github.actor }}
|
||||||
nuget-pat: ${{ secrets.GITHUB_TOKEN }}
|
nuget-pat: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -101,7 +94,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cmake \
|
cmake \
|
||||||
-DBUILD_SHARED_LIBS:BOOL=${{ matrix.static-build || 'ON' }} \
|
-DBUILD_SHARED_LIBS:BOOL=${{ matrix.static-build || 'ON' }} \
|
||||||
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard || '14' }} \
|
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \
|
||||||
-DUSE_MEMORY_MAPPED_FILE:BOOL=${{ matrix.memory-mapped || 'ON' }} \
|
-DUSE_MEMORY_MAPPED_FILE:BOOL=${{ matrix.memory-mapped || 'ON' }} \
|
||||||
-LA \
|
-LA \
|
||||||
--preset ${{ env.PRESET }}
|
--preset ${{ env.PRESET }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue