mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-12 02:41:14 +00:00
Replace Fedora 36
with Fedora 38
in GitHub Actions (#323)
This commit is contained in:
8
.github/actions/cmake/build/action.yml
vendored
8
.github/actions/cmake/build/action.yml
vendored
@ -11,11 +11,11 @@ runs:
|
|||||||
|
|
||||||
- name: Prepare `build` directory
|
- name: Prepare `build` directory
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build \
|
cmake -B build -S . \
|
||||||
-LA \
|
-LA \
|
||||||
-DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Debug} \
|
-DCMAKE_BUILD_TYPE:STRING=${BUILD_TYPE:-Debug} \
|
||||||
-DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX:-/usr/local} \
|
-DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_PREFIX:-/usr/local} \
|
||||||
-DENABLE_TESTS=1
|
-DENABLE_TESTS:BOOL=ON
|
||||||
shell: bash --noprofile --norc -euxo pipefail {0}
|
shell: bash --noprofile --norc -euxo pipefail {0}
|
||||||
|
|
||||||
- name: Build `mod_tile`
|
- name: Build `mod_tile`
|
||||||
|
@ -25,7 +25,7 @@ runs:
|
|||||||
cmake -S mapnik-src -B mapnik-build \
|
cmake -S mapnik-src -B mapnik-build \
|
||||||
-DBUILD_DEMO_VIEWER:BOOL=OFF \
|
-DBUILD_DEMO_VIEWER:BOOL=OFF \
|
||||||
-DBUILD_TESTING:BOOL=OFF \
|
-DBUILD_TESTING:BOOL=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE:STRING=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr
|
-DCMAKE_INSTALL_PREFIX:PATH=/usr
|
||||||
cmake --build mapnik-build
|
cmake --build mapnik-build
|
||||||
shell: bash --noprofile --norc -euxo pipefail {0}
|
shell: bash --noprofile --norc -euxo pipefail {0}
|
||||||
|
@ -78,7 +78,7 @@ inputs:
|
|||||||
gdal-devel
|
gdal-devel
|
||||||
harfbuzz-devel
|
harfbuzz-devel
|
||||||
libicu-devel
|
libicu-devel
|
||||||
libjpeg-turbo-devel
|
libjpeg-devel
|
||||||
libpng-devel
|
libpng-devel
|
||||||
libtiff-devel
|
libtiff-devel
|
||||||
libwebp-devel
|
libwebp-devel
|
||||||
|
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
|||||||
- 'debian:11'
|
- 'debian:11'
|
||||||
- 'debian:12'
|
- 'debian:12'
|
||||||
- 'debian:testing'
|
- 'debian:testing'
|
||||||
- 'fedora:36'
|
|
||||||
- 'fedora:37'
|
- 'fedora:37'
|
||||||
|
- 'fedora:38'
|
||||||
- 'fedora:rawhide'
|
- 'fedora:rawhide'
|
||||||
- 'ubuntu:20.04'
|
- 'ubuntu:20.04'
|
||||||
build_system:
|
build_system:
|
||||||
|
Reference in New Issue
Block a user