From 08973e329ab907645ec3b4ade80f367f19e7648d Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 21 Sep 2020 17:16:29 +0700 Subject: [PATCH] Create build_x86_64.yml --- .github/workflows/build_x86_64.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/build_x86_64.yml diff --git a/.github/workflows/build_x86_64.yml b/.github/workflows/build_x86_64.yml new file mode 100644 index 0000000..c085a4e --- /dev/null +++ b/.github/workflows/build_x86_64.yml @@ -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