diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-01-21 16:10:58 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2021-01-21 16:11:09 +0100 |
| commit | fa4f84077c3bb3cf7646eec00d289fb579d09a5b (patch) | |
| tree | af518b69e140211f2a4a1b5c5b06e7d996848fe6 /.github/workflows/main.yml | |
| parent | 206ea806e1daeb57ef216425e83bbecf092b95c1 (diff) | |
enable Android CI builds again
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae0bf651..4fd79e3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -181,25 +181,25 @@ 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 + - 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: |