Create build_x86_64.yml

This commit is contained in:
Tran Khanh Duy 2020-09-21 17:16:29 +07:00 committed by GitHub
parent 95a2a5dcd4
commit 08973e329a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/workflows/build_x86_64.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Build OpenJDK for Android
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with CI build script
run: bash ci_build_arch_x86_64.sh
- name: Upload build output
uses: actions/upload-artifact@v2
with:
# name: jre
path: jre*.tar.xz