mirror of https://github.com/kiwix/libkiwix.git
Run the CI on Ubuntu Bionic and Fedora 35
Xenial and f31 are eol
This commit is contained in:
parent
55149407d2
commit
73d2d47ca7
|
@ -47,7 +47,6 @@ jobs:
|
||||||
name:
|
name:
|
||||||
- native_static
|
- native_static
|
||||||
- native_dyn
|
- native_dyn
|
||||||
- native_dyn_bionic
|
|
||||||
- android_arm
|
- android_arm
|
||||||
- android_arm64
|
- android_arm64
|
||||||
- win32_static
|
- win32_static
|
||||||
|
@ -55,31 +54,27 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- name: native_static
|
- name: native_static
|
||||||
target: native_static
|
target: native_static
|
||||||
image_variant: xenial
|
image_variant: bionic
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
- name: native_dyn
|
- name: native_dyn
|
||||||
target: native_dyn
|
|
||||||
image_variant: xenial
|
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
|
||||||
- name: native_dyn_bionic
|
|
||||||
target: native_dyn
|
target: native_dyn
|
||||||
image_variant: bionic
|
image_variant: bionic
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
- name: android_arm
|
- name: android_arm
|
||||||
target: android_arm
|
target: android_arm
|
||||||
image_variant: xenial
|
image_variant: bionic
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
- name: android_arm64
|
- name: android_arm64
|
||||||
target: android_arm64
|
target: android_arm64
|
||||||
image_variant: xenial
|
image_variant: bionic
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
- name: win32_static
|
- name: win32_static
|
||||||
target: win32_static
|
target: win32_static
|
||||||
image_variant: f31
|
image_variant: f35
|
||||||
lib_postfix: '64'
|
lib_postfix: '64'
|
||||||
- name: win32_dyn
|
- name: win32_dyn
|
||||||
target: win32_dyn
|
target: win32_dyn
|
||||||
image_variant: f31
|
image_variant: f35
|
||||||
lib_postfix: '64'
|
lib_postfix: '64'
|
||||||
env:
|
env:
|
||||||
HOME: /home/runner
|
HOME: /home/runner
|
||||||
|
@ -149,6 +144,6 @@ jobs:
|
||||||
curl https://codecov.io/bash -o codecov.sh
|
curl https://codecov.io/bash -o codecov.sh
|
||||||
bash codecov.sh -n "${OS_NAME}_${{matrix.target}}" -Z
|
bash codecov.sh -n "${OS_NAME}_${{matrix.target}}" -Z
|
||||||
rm codecov.sh
|
rm codecov.sh
|
||||||
if: startsWith(matrix.target, 'native_') && matrix.image_variant == 'xenial'
|
if: startsWith(matrix.target, 'native_')
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue