Skip to content

Commit b0c319f

Browse files
author
Rafal Kapela
committed
final
1 parent 6af2759 commit b0c319f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25+
- name: Set up JDK 11
26+
uses: actions/setup-java@v2
27+
with:
28+
distribution: "temurin"
29+
java-version: 11
30+
31+
- name: Setup Gradle
32+
uses: gradle/gradle-build-action@v2
33+
34+
- name: Check
35+
run: ./gradlew detektAll
36+
37+
- name: Build project
38+
run: ./gradlew build
39+
2540
build_xcframework:
2641
name: Build XCFramework
2742
runs-on: macos-latest

0 commit comments

Comments
 (0)