Compare commits

..

5 Commits

Author SHA1 Message Date
559ade2bab Use the latest actions versions 2024-02-03 18:35:23 +01:00
1fe198f26e Use the latest actions versions 2024-02-03 18:18:10 +01:00
a7b83f5d78 Build on Ubuntu 22.04 2024-02-03 17:40:57 +01:00
071a68a0dd Copyright year update 2024-02-03 17:02:09 +01:00
aab4a5dc55 Version++ 2024-02-03 16:58:18 +01:00
5 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
version: 3.0.{build}
version: 3.1.{build}
configuration:
- Release

View File

@ -8,18 +8,18 @@ on:
jobs:
build:
name: QtPBFImagePlugin
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install protobuf compiler
run: |
sudo apt-get update
sudo apt-get install protobuf-compiler
- name: set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: '11'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
@ -48,7 +48,7 @@ jobs:
- name: Build project
run: make -j2
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libplugins_imageformats_libpbf_arm64-v8a.so
path: plugins/libplugins_imageformats_libpbf_arm64-v8a.so

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update

View File

@ -13,7 +13,7 @@ jobs:
- name: Set environment variables
run: echo "PATH=/usr/local/opt/qt@5/bin:/usr/local/opt/protobuf@21/bin:$PATH" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: brew install qt@5 protobuf@21
- name: Configure build
@ -28,7 +28,7 @@ jobs:
- name: Set environment variables
run: echo "PATH=/usr/local/opt/qt@6/bin:/usr/local/opt/protobuf@21/bin:$PATH" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: brew install qt@6 protobuf@21
- name: Configure build

View File

@ -2,7 +2,7 @@ TARGET = pbf
TEMPLATE = lib
CONFIG += plugin
QT += gui
VERSION = 3.0
VERSION = 3.1
PROTOS = protobuf/vector_tile.proto
include(protobuf/vector_tile.pri)
@ -54,7 +54,7 @@ win32 {
QMAKE_TARGET_PRODUCT = QtPBFImagePlugin
QMAKE_TARGET_DESCRIPTION = Qt $$QT_VERSION MVT/PBF image plugin
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tuma
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018-2024 Martin Tuma
}
macx {
INCLUDEPATH += $$PROTOBUF/include