summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60d5971..752c5e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,20 @@
+.stages:
+ - build
+ - test
+ - deploy
+
BuildAppImage:
image: ubuntu:trusty
before_script:
- apt-get update -qq
- chmod +x install_dependencies.sh
- ./install_dependencies.sh
+ tags:
+ - docker
script:
- - cd /builds/mana-launcher/mplusbuilder
+ - ls /builds/
+ - cd /builds/jak89_1/appimg-builder
- chmod +x build.sh
- chmod +x linuxdeploy-x86_64.AppImage
- ./linuxdeploy-x86_64.AppImage --appimage-extract