Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" variables: GIT_SUBMODULE_STRATEGY: recursive stages: - build Loading @@ -15,7 +18,7 @@ cache: build: stage: build script: - ./gradlew assemble - ./gradlew :orbotservice:assemble :privacymoduletor:assemble artifacts: paths: - privacymodulesgoogle/build/outputs/aar - privacymoduletor/build/outputs/aar .gitmodules +1 −1 Original line number Diff line number Diff line [submodule "orbotservice"] path = orbotservice url = git@gitlab.e.foundation:e/os/orbotservice.git url = ../orbotservice.git [submodule "external/jtorctl"] path = external/jtorctl url = https://github.com/guardianproject/jtorctl Loading Loading
.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" variables: GIT_SUBMODULE_STRATEGY: recursive stages: - build Loading @@ -15,7 +18,7 @@ cache: build: stage: build script: - ./gradlew assemble - ./gradlew :orbotservice:assemble :privacymoduletor:assemble artifacts: paths: - privacymodulesgoogle/build/outputs/aar - privacymoduletor/build/outputs/aar
.gitmodules +1 −1 Original line number Diff line number Diff line [submodule "orbotservice"] path = orbotservice url = git@gitlab.e.foundation:e/os/orbotservice.git url = ../orbotservice.git [submodule "external/jtorctl"] path = external/jtorctl url = https://github.com/guardianproject/jtorctl Loading