Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64b830ad authored by Fynn Godau's avatar Fynn Godau
Browse files

Merge branch '0000-s-fix-hms' into 'master'

Disable hms

See merge request !95
parents ca7222d6 17f807b2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ before_script:
  - echo mapbox.enabled true >> local.properties
  - echo ichnaea.key $ICHNAEA_KEY >> local.properties
  - echo stadia.key $STADIA_KEY >> local.properties
  - echo modules.hms false >> local.properties
  - echo "${KEYSTORE}" | base64 -d > play-services-core/e.keystore
  - export TERM=dumb
  - export JAVA_OPTS="-XX:+HeapDumpOnOutOfMemoryError -Xmx4096m"
@@ -59,7 +60,8 @@ build-nearby:
  - *default_before_script
  - echo modules.nearby true >> local.properties
  script:
  - ./gradlew assemble
  - ./gradlew assembleDebug
  - ./gradlew assembleRelease

publish:
  stage: publish