gitlab_ci: basic test for android
authorJean Privat <jean@pryen.org>
Tue, 19 Feb 2019 19:59:34 +0000 (14:59 -0500)
committerJean Privat <jean@pryen.org>
Wed, 20 Feb 2019 02:06:41 +0000 (21:06 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitlab-ci.yml

index 1a70ece..861ebbb 100644 (file)
@@ -101,6 +101,16 @@ nitpick_full:
     - nitls -Pp lib src examples | grep -v -f tests/gitlab_ci.skip > list.txt # filter what is skipped by tests.sh
     - xargs nitpick < list.txt
 
+basic_android:
+  stage: test
+  dependencies:
+    - build_tools
+  script:
+    - make -C contrib/asteronits android
+  artifacts:
+    paths:
+      - contrib/asteronits/bin/*.apk
+
 # TEST FULL #########################################################
 
 test_full_nitcs: