mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-13 06:06:38 -04:00
This is definitely not going to work first try
This commit is contained in:
parent
fada1a9f98
commit
08663cb787
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
@ -18,8 +18,14 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.7
|
java-version: 1.7
|
||||||
- name: Build with CI build script
|
- name: step one
|
||||||
run: bash "ci_build_arch_${{matrix.arch}}.sh"
|
run: make deps
|
||||||
|
- name: step two
|
||||||
|
run: make clone-jdk
|
||||||
|
- name: step three
|
||||||
|
run: make jdk
|
||||||
|
- name: step four
|
||||||
|
run: make package
|
||||||
- name: Upload JDK build output
|
- name: Upload JDK build output
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -49,10 +55,22 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 1.7
|
java-version: 1.7
|
||||||
|
|
||||||
- name: Build with CI build script
|
- name: step one
|
||||||
run: |
|
run: |
|
||||||
export BUILD_IOS=1
|
export BUILD_IOS=1
|
||||||
bash "ci_build_arch_aarch64.sh"
|
make deps
|
||||||
|
- name: step two
|
||||||
|
run: |
|
||||||
|
export BUILD_IOS=1
|
||||||
|
make clone-jdk
|
||||||
|
- name: step three
|
||||||
|
run: |
|
||||||
|
export BUILD_IOS=1
|
||||||
|
make jdk
|
||||||
|
- name: step four
|
||||||
|
run: |
|
||||||
|
export BUILD_IOS=1
|
||||||
|
make package
|
||||||
|
|
||||||
- name: Upload JDK build output
|
- name: Upload JDK build output
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user