summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dde9e7e..0be9f07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,3 +56,17 @@ test:commands2:
variables:
srcbranch: curl-7_51_0
<<: *job-artifacts
+
+manaplus_master:
+ stage: build
+ script:
+ - ./.ci/install.sh gcc g++
+ git-core make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh manaplus master
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: manaplus_master
+ <<: *job-artifacts