CI: add remote-reader

This commit is contained in:
Frank Morgner
2022-01-25 01:13:29 +01:00
parent 1cc4175c8b
commit fc3042bb34
2 changed files with 22 additions and 0 deletions

11
.github/build-remote-reader.sh vendored Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# CI script
set -ex -o xtrace
pushd remote-reader
./gradlew build
popd

View File

@@ -80,3 +80,14 @@ jobs:
name: pcsc-relay-mingw-64 name: pcsc-relay-mingw-64
path: path:
pcsc-relay/src/pcsc-relay.exe pcsc-relay/src/pcsc-relay.exe
remote-reader-ubuntu:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: .github/build-remote-reader.sh
- uses: actions/upload-artifact@v2
with:
name: remote-reader
path:
remote-reader/app/build/outputs/apk/*/*.apk