mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Added signing flag to builds.
This commit is contained in:
parent
5d56544c57
commit
b1264e4caa
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
||||
- name: Ubuntu 16 Clang
|
||||
os: ubuntu-16.04
|
||||
compiler: clang
|
||||
cmake-args: -DMZ_SIGNING=ON
|
||||
deploy: true
|
||||
deploy-name: linux
|
||||
codecov: ubuntu_16_clang
|
||||
@ -70,13 +71,13 @@ jobs:
|
||||
- name: Ubuntu 18 GCC
|
||||
os: ubuntu-18.04
|
||||
compiler: gcc
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON -DMZ_SIGNING=ON
|
||||
codecov: ubuntu_18_gcc
|
||||
|
||||
- name: Ubuntu 18 Clang
|
||||
os: ubuntu-18.04
|
||||
compiler: clang
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON -DMZ_SIGNING=ON
|
||||
codecov: ubuntu_18_clang
|
||||
packages: llvm-6.0
|
||||
gcov-exec: llvm-cov-6.0 gcov
|
||||
@ -157,13 +158,14 @@ jobs:
|
||||
- name: Windows 2016 MSVC
|
||||
os: windows-2016
|
||||
compiler: cl
|
||||
cmake-args: -DMZ_SIGNING=ON
|
||||
deploy: true
|
||||
deploy-name: windows
|
||||
|
||||
- name: Windows 2016 GCC
|
||||
os: windows-2016
|
||||
compiler: gcc
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON -G Ninja
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON -DMZ_SIGNING=ON -G Ninja
|
||||
codecov: windows_2016_gcc
|
||||
|
||||
# No code coverage supported
|
||||
@ -181,13 +183,14 @@ jobs:
|
||||
- name: macOS 10.14 Xcode 9.4.1
|
||||
os: macOS-10.14
|
||||
version: "9.4.1"
|
||||
cmake-args: -DMZ_SIGNING=ON
|
||||
deploy: true
|
||||
deploy-name: macos
|
||||
codecov: macos_1014_xcode_941
|
||||
|
||||
- name: macOS 10.14 Xcode
|
||||
os: macOS-10.14
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON
|
||||
cmake-args: -DMZ_CODE_COVERAGE=ON -DMZ_SIGNING=ON
|
||||
codecov: macos_1014_xcode
|
||||
|
||||
- name: macOS 10.14 Xcode LibCompression
|
||||
|
Loading…
x
Reference in New Issue
Block a user