lychee/.github/workflows
Matthias c7d7c6c952
Build binaries for Linux, Windows, and macOS for every release (#74)
* Build binaries for Linux, Windows, and macOS for every release

* Add vendored-openssl feature flag

This allows us to trigger a build which
includes a static dependency to openssl by compiling it from source in a
build.rs script. It is useful for Linux, which has wildly different config
parameters for different architectures.

* Add openssl-sys as direct dependency

This allows us to pass the vendored-openssl
feature flag to this dependency and compile openssl from source

* Update Cargo.lock

* Cleanup
2020-12-11 22:13:26 +01:00
..
docker.yml Add official Docker image #40 2020-12-02 23:43:05 +01:00
release.yml Build binaries for Linux, Windows, and macOS for every release (#74) 2020-12-11 22:13:26 +01:00
rust.yml Publish releases on crates.io (#65) 2020-12-04 13:09:50 +01:00