Update CI test name

This commit is contained in:
lazymio 2022-04-12 20:36:52 +02:00
parent d12cffa015
commit ae3d529830
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -57,7 +57,7 @@ jobs:
arch: x64,
python-arch: x64,
python-ver: '3.8',
name: 'windows-x64 MSVC 64bit',
name: 'windows-x64 MSVC 64bit shared',
msvc-arch: x64,
artifact: 'windows_msvc64_shared.7z',
shared: 'yes',
@ -70,7 +70,7 @@ jobs:
arch: x86,
python-arch: x86,
python-ver: '3.8',
name: 'windows-x86 MSVC 32bit',
name: 'windows-x86 MSVC 32bit shared',
msvc-arch: x86,
artifact: 'windows_msvc32_shared.7z',
shared: 'yes',
@ -83,7 +83,7 @@ jobs:
arch: x64,
python-arch: x64,
python-ver: '3.8',
name: 'windows-x64 MSVC 64bit',
name: 'windows-x64 MSVC 64bit static',
msvc-arch: x64,
artifact: 'windows_msvc64_static.7z',
shared: 'no',
@ -96,7 +96,7 @@ jobs:
arch: x86,
python-arch: x86,
python-ver: '3.8',
name: 'windows-x86 MSVC 32bit',
name: 'windows-x86 MSVC 32bit static',
msvc-arch: x86,
artifact: 'windows_msvc32_static.7z',
shared: 'no',
@ -223,7 +223,7 @@ jobs:
arch: x64,
python-arch: x64,
python-ver: '3.8',
name: 'macos-x64 cmake',
name: 'macos-x64 cmake shared',
shared: 'yes',
artifact: 'macos-cmake-shared-x64.7z',
build_type: 'Debug',
@ -366,7 +366,7 @@ jobs:
arch: x64,
python-arch: x64,
python-ver: '3.8',
name: 'ubuntu-x64 cmake',
name: 'ubuntu-x64 cmake shared',
shared: 'yes',
artifact: 'ubuntu-cmake-shared-x64.7z',
build_type: 'Debug',
@ -378,7 +378,7 @@ jobs:
arch: x86,
python-arch: x86,
python-ver: '3.8',
name: 'ubuntu-x86 cmake',
name: 'ubuntu-x86 cmake shared',
shared: 'yes',
artifact: 'ubuntu-cmake-shared-x86.7z',
build_type: 'Debug',
@ -390,7 +390,7 @@ jobs:
arch: x64,
python-arch: x64,
python-ver: '3.8',
name: 'ubuntu-x64 cmake',
name: 'ubuntu-x64 cmake static',
shared: 'no',
artifact: 'ubuntu-cmake-static-x64.7z',
build_type: 'Debug',
@ -402,7 +402,7 @@ jobs:
arch: x86,
python-arch: x86,
python-ver: '3.8',
name: 'ubuntu-x86 cmake',
name: 'ubuntu-x86 cmake static',
shared: 'no',
artifact: 'ubuntu-cmake-static-x86.7z',
build_type: 'Debug',