Browse Source

ImageViewer. Reenable build on CI (#3385)

The CI checks was disabled in https://github.com/JetBrains/compose-multiplatform/pull/3384. Reenable them in support/1.5.0, which will be merged after the 1.5.0 release.
support/1.5.0-replace-warnings-with-errors
Igor Demin 11 months ago committed by GitHub
parent
commit
9438837cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/validateExamples.sh
  2. 2
      examples/validateExamplesAndroid.sh
  3. 2
      examples/validateExamplesIos.sh

2
examples/validateExamples.sh

@ -21,7 +21,7 @@ runGradle() {
runGradle chat packageDistributionForCurrentOS
runGradle codeviewer packageDistributionForCurrentOS
#runGradle imageviewer packageDistributionForCurrentOS
runGradle imageviewer packageDistributionForCurrentOS
runGradle issues packageDistributionForCurrentOS
runGradle notepad packageDistributionForCurrentOS
runGradle todoapp-lite packageDistributionForCurrentOS

2
examples/validateExamplesAndroid.sh

@ -22,7 +22,7 @@ runGradle() {
# requires an emulator running or an Android device to be connected
runGradle chat installDebug
runGradle codeviewer installDebug
#runGradle imageviewer installDebug
runGradle imageviewer installDebug
runGradle issues installDebug
runGradle minesweeper installDebug
runGradle todoapp-lite installDebug

2
examples/validateExamplesIos.sh

@ -34,7 +34,7 @@ runGradle() {
runGradle chat
runGradle codeviewer
runGradle falling-balls
# runGradle imageviewer
runGradle imageviewer
runGradle todoapp-lite
runGradle visual-effects
runGradle widgets-gallery

Loading…
Cancel
Save