Add check TLS stage to CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2024-07-07 01:12:31 +02:00
parent 391adb1816
commit 0944e1315e
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ steps:
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION} - export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION}
- zig version - zig version
- name: check-tls
image: ubuntu:latest
commands:
- openssl version
- openssl ciphers -v | grep -i tls
- name: build - name: build
image: ubuntu:latest image: ubuntu:latest
commands: commands: