-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
30 lines (30 loc) · 1.04 KB
/
Makefile
File metadata and controls
30 lines (30 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
publish:
./gradlew clean :shared:publish :compose:publish
publish-local:
./gradlew clean :shared:publishToMavenLocal :compose:publishToMavenLocal
js-build:
./gradlew clean :shared:jsBrowserDevelopmentLibraryDistribution
js-build-ci:
./gradlew :shared:jsBrowserDevelopmentLibraryDistribution --configuration-cache --parallel
build:
./gradlew clean assemble
build-ci:
./gradlew assemble --configuration-cache --parallel
update-yar-lock:
./gradlew kotlinUpgradeYarnLock
lint-fix:
./gradlew ktlintFormat
lint-check:
./gradlew ktlintCheck
shared-test:
./gradlew :shared:allTests :shared:koverXmlReport
compose-test:
./gradlew :compose:testAndroidHostTest :compose:koverXmlReport
build-XCFramework:
./gradlew :compose:assembleComposeKitReleaseXCFramework
# syncComposeResourcesToSPM runs automatically and updates Sources/ComposeResources/composeResources/
# Before releasing: update Package.swift binaryTarget from path: to url: + checksum:
ios-test:
./gradlew :shared:iosSimulatorArm64Test
verify-ios-resources:
./gradlew :compose:verifyComposeResourcesSync