mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-12 21:07:45 +02:00
Add signzone command. (#8)
Note: Lacks Bubble Babble and OpenSSL Engine support compared to the original `ldns-signzone`.
This commit is contained in:
@@ -11,12 +11,12 @@ jobs:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
rust: [1.79.0, stable, beta, nightly]
|
||||
env:
|
||||
RUSTFLAGS: "-D warnings"
|
||||
# We use 'vcpkg' to install OpenSSL on Windows.
|
||||
VCPKG_ROOT: "${{ github.workspace }}\\vcpkg"
|
||||
VCPKGRS_TRIPLET: x64-windows-release
|
||||
# Ensure that OpenSSL is dynamically linked.
|
||||
VCPKGRS_DYNAMIC: 1
|
||||
RUSTFLAGS: "-D warnings"
|
||||
# We use 'vcpkg' to install OpenSSL on Windows.
|
||||
VCPKG_ROOT: "${{ github.workspace }}\\vcpkg"
|
||||
VCPKGRS_TRIPLET: x64-windows-release
|
||||
# Ensure that OpenSSL is dynamically linked.
|
||||
VCPKGRS_DYNAMIC: 1
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user