Join Slack
Powered by
Does anyone have a simple KMP CI setup with an iOS...
# multiplatform
n
nrobi
08/14/2020, 9:06 AM
Does anyone have a simple KMP CI setup with an iOS build job?
a
Arkadii Ivanov
08/14/2020, 9:08 AM
Here it is:
https://github.com/arkivanov/MVIKotlin/blob/4a4dd46abd61a29b7b1133b5ccfafa88002e6bb3/.github/workflows/build.yml#L86
m
Marc Knaup
08/14/2020, 2:00 PM
https://github.com/fluidsonic/fluid-time/blob/df5662777ad733ba995c6a996fa824d71dee2531/.github/workflows/tests.yml#L6
@Arkadii Ivanov
why do you install Java? And what difference does the cache make?
a
Arkadii Ivanov
08/14/2020, 2:23 PM
I think Java is needed to run gradle. The cache increases build time because downloaded dependencies are cached.
m
Marc Knaup
08/14/2020, 2:34 PM
Java is pre-installed in the macos environment. I guess you mean the cache decreases the build time 🙂 Good to know!
a
Arkadii Ivanov
08/14/2020, 2:37 PM
Yeah, decreases! Absolutely))) increases build speed 🤪
😂 1
2
Views
Open in Slack
Previous
Next