Files
vsmartcard/.github/build-remote-reader.sh
2022-01-25 15:52:10 +01:00

12 lines
88 B
Bash
Executable File

#!/bin/bash
# CI script
set -ex -o xtrace
pushd remote-reader
./gradlew build
popd