summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorfupduck <fupduck@riseup.net>2018-01-11 06:37:01 -0800
committerfupduck <fupduck@riseup.net>2018-01-11 06:37:01 -0800
commit68d6eb91436d0d145fd340056fd8000f7dd1ff34 (patch)
tree2f37b74f259915d1b04facd0d0f59856f112f8b8 /.gitlab-ci.yml
parent67ff3447f10c43770dc9ee4dccf358321063d131 (diff)
parent1e94e6e1403d97e47119318bd43b173ef20658b1 (diff)
Merge branch '8773_certificate_pinning' into '0.9.8'
8773 certificate pinning See merge request leap/bitmask_android!21
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4db92eb7..0edd09a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ stages:
- docker_image_sdk
- docker_image_other
- build
+ - test
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
@@ -50,6 +51,12 @@ docker_image:emulator:
DOCKER_IMAGE: android-emulator
<<: *build_docker_image
+unit_test:
+ image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest"
+ stage: test
+ script:
+ - ./gradlew test
+
build:
image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest"
stage: build