[tor-commits] [orbot/master] Create android.yml

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Oct 7 12:37:35 UTC 2020


commit 8fca5f8ecddb4da9565ac3fd8936e4f28acdd352
Author: Nathan Freitas <nathan at guardianproject.info>
Date:   Tue Oct 6 21:52:18 2020 -0400

    Create android.yml
---
 .github/workflows/android.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
new file mode 100644
index 00000000..7ec01475
--- /dev/null
+++ b/.github/workflows/android.yml
@@ -0,0 +1,21 @@
+name: Android CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout at v2
+    - name: set up JDK 1.8
+      uses: actions/setup-java at v1
+      with:
+        java-version: 1.8
+    - name: Build with Gradle
+      run: ./gradlew build





More information about the tor-commits mailing list