tdlight-java/scripts/continuous-integration/github-workflows/only-compile-release.sh

11 lines
173 B
Bash
Raw Normal View History

2021-10-22 13:24:19 +02:00
#!/bin/bash -e
set -e
# OTHER REQUIRED ENVIRONMENT VARIABLES:
# IMPLEMENTATION_NAME = <tdlib | tdlight>
cd ./scripts/core/
./only_compile_release.sh
echo "Done."
exit 0