Skip to content

Commit

Permalink
Debug Android CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jul 4, 2024
1 parent 6267fe3 commit 5960312
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [Linux, Windows, OSX, Android, iOS]
target: [Android]
build_type: [Debug, Release]
include:
- target: Linux
host: ubuntu-latest
- target: Windows
host: windows-latest
- target: OSX
host: macos-latest
# - target: Linux
# host: ubuntu-latest
# - target: Windows
# host: windows-latest
# - target: OSX
# host: macos-latest
- target: Android
host: ubuntu-latest
- target: iOS
host: macos-latest
# - target: iOS
# host: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion build/Android/Boost-for-Android

0 comments on commit 5960312

Please sign in to comment.