Browse Source

Disable image viewer checks on CI (#3384)

Because:
1. it uses experimental API, that was changed int 1.5.0-beta03 after 1.4.0
2. we have a policy to use only release versions in the examples

Temporarily, will made a fix in support/1.5.0 branch
pull/3389/head v1.5.0-dev1114
Igor Demin 11 months ago committed by GitHub
parent
commit
336ba2c7a1
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