Skip to content

Commit

Permalink
CI: add remote-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jan 25, 2022
1 parent 1cc4175 commit fc3042b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/build-remote-reader.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# CI script

set -ex -o xtrace

pushd remote-reader

./gradlew build

popd
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,14 @@ jobs:
name: pcsc-relay-mingw-64
path:
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

0 comments on commit fc3042b

Please sign in to comment.