Files
vsmartcard/.github/build-ACardEmulator.sh
2022-01-26 17:03:09 +01:00

14 lines
134 B
Bash
Executable File

#!/bin/bash
# CI script
set -ex -o xtrace
pushd ACardEmulator
git submodule update --init --recursive .
./gradlew assemble
popd