TLS channel implementation for TLL.
- Install
dckrbuildfrom https://github.com/arthur-cpp/dckrbuild. - Build the project:
- Create a version tag:
git tag vX.X.X - Run the build script:
./scripts/pack.sh - Artifacts will be generated in the
result/directory.
- Create a version tag:
- Set up deployment:
- Copy
scripts/deploy.sh.exampletoscripts/deploy.sh. - Configure the variables in the script.
- Use it to push the package to your aptly-based repository.
- Copy