Skip to content

Commit

Permalink
Test matrix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Feb 5, 2023
1 parent 56322a0 commit 2cacc62
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ jobs:
- os: ubuntu-latest
gradle_args: compileKotlinLinuxX64
- os: ubuntu-latest
gradle_args: compileKotlinJvm compileKotlinLinuxX64
- os: windows-latest
gradle_args: compileKotlinMingwX64
- os: macos-latest
gradle_args: compileKotlinIosArm64 compileKotlinIosSimulatorArm64 compileKotlinIosX64 compileKotlinMacosArm64 compileKotlinMacosX64
gradle_args: compileKotlinIosArm64
- os: macos-latest
gradle_args: compileKotlinIosX64
- os: macos-latest
gradle_args: compileKotlinIosSimulatorArm64
- os: macos-latest
gradle_args: compileKotlinMacosX64
- os: macos-latest
gradle_args: compileKotlinMacosArm64
runs-on: ${{ matrix.os }}
steps:
- name: Checkout project sources
Expand Down

0 comments on commit 2cacc62

Please sign in to comment.