CI: add remote-reader
This commit is contained in:
11
.github/build-remote-reader.sh
vendored
Executable file
11
.github/build-remote-reader.sh
vendored
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# CI script
|
||||||
|
|
||||||
|
set -ex -o xtrace
|
||||||
|
|
||||||
|
pushd remote-reader
|
||||||
|
|
||||||
|
./gradlew build
|
||||||
|
|
||||||
|
popd
|
||||||
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user