diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 00000000..740c2ee9 --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,26 @@ +name: Android CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + cache: gradle + + - name: Grant execute permission for gradlew + run: chmod +x gradlew + - name: Build with Gradle + run: ./gradlew build diff --git a/README.md b/README.md index b298c064..ce51e259 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ In order to benefit those guys who have the same issue with QPython, we suggest - For general user: [Discuss QPython Programming in QPython Group](https://www.facebook.com/groups/qpython/) - For contributor: [Join QPython Slack](https://join.slack.com/t/qpython/shared_invite/zt-bsyw9868-nNJyJP_3IHABVtIk3BK5SA) -- For all users: [Join QPython Discord](https://discord.gg/58eBWUgF) +- For all users: [Join QPython Discord](https://discord.gg/hV2chuD) ### Chinese QPythonista Community -- Wechat Group: Please scan the following qrcode with your wechat - +- Wechat Group: Please scan the following qrcode with your wechat and send adding request with comment "qpy from github" + ### Report issues diff --git a/docs/wx-contact-river.png b/docs/wx-contact-river.png new file mode 100644 index 00000000..478f9759 Binary files /dev/null and b/docs/wx-contact-river.png differ