Skip to content

Commit

Permalink
fix github CI Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Feb 21, 2021
1 parent b0c3972 commit 3cd3ea8
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,25 +181,28 @@ jobs:
run: |
cd workspace/sokol-samples
python fips make cube-emsc wasm-ninja-release
# android:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - name: prepare
# run: |
# mkdir workspace
# cd workspace
# git clone https://github.com/floooh/sokol-samples
# cd sokol-samples
# yes | python fips setup android
# - name: sapp-android-make-debug
# run: |
# cd workspace/sokol-samples
# python fips build sapp-android-make-debug
# - name: sapp-android-make-release
# run: |
# cd workspace/sokol-samples
# python fips build sapp-android-make-release
android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '8'
- name: prepare
run: |
mkdir workspace
cd workspace
git clone https://github.com/floooh/sokol-samples
cd sokol-samples
yes | python fips setup android
- name: sapp-android-make-debug
run: |
cd workspace/sokol-samples
python fips build sapp-android-make-debug
- name: sapp-android-make-release
run: |
cd workspace/sokol-samples
python fips build sapp-android-make-release
uwp:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 3cd3ea8

Please sign in to comment.