summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-07 03:39:39 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-07 03:39:39 +0300
commit56f667641a255a25a379f95b19560e5d54b296a9 (patch)
tree4321f5ce7e9f8170e5347b14c73debb2f83fb0a2 /.gitlab-ci.yml
parent23075a6af96556ecc118977fb81ab062cd7b0415 (diff)
downloadspm-56f667641a255a25a379f95b19560e5d54b296a9.tar.gz
spm-56f667641a255a25a379f95b19560e5d54b296a9.tar.bz2
spm-56f667641a255a25a379f95b19560e5d54b296a9.tar.xz
spm-56f667641a255a25a379f95b19560e5d54b296a9.zip
Fix syntax error in .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3debfe..6931748 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,10 +76,10 @@ tinyxml2_master:
<<: *job-artifacts
tinyxml2_5.0.1:
- - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint cmake gettext pkg-config
- zlib1g-dev libtool libicu-dev
stage: build
script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint cmake gettext pkg-config
+ zlib1g-dev libtool libicu-dev
- ./.ci/copyspm.sh
- ./.ci/buildlib.sh tinyxml2 5.0.1
- grep "5.0.1" /usr/local/spm/bin/${installname}/lib/pkgconfig/tinyxml2.pc
@@ -89,10 +89,10 @@ tinyxml2_5.0.1:
<<: *job-artifacts
tinyxml2_4.0.1:
- - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint cmake gettext pkg-config
- zlib1g-dev libtool libicu-dev
stage: build
script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint cmake gettext pkg-config
+ zlib1g-dev libtool libicu-dev
- ./.ci/copyspm.sh
- ./.ci/buildlib.sh tinyxml2 4.0.1
- grep "4.0.1" /usr/local/spm/bin/${installname}/lib/pkgconfig/tinyxml2.pc
@@ -102,10 +102,10 @@ tinyxml2_4.0.1:
<<: *job-artifacts
tinyxml2_3.0.0:
- - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint cmake gettext pkg-config
- zlib1g-dev libtool libicu-dev
stage: build
script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint cmake gettext pkg-config
+ zlib1g-dev libtool libicu-dev
- ./.ci/copyspm.sh
- ./.ci/buildlib.sh tinyxml2 3.0.0
- grep "3.0.0" /usr/local/spm/bin/${installname}/lib/pkgconfig/tinyxml2.pc
@@ -115,10 +115,10 @@ tinyxml2_3.0.0:
<<: *job-artifacts
tinyxml2_2.2.0:
- - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint cmake gettext pkg-config
- zlib1g-dev libtool libicu-dev
stage: build
script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint cmake gettext pkg-config
+ zlib1g-dev libtool libicu-dev
- ./.ci/copyspm.sh
- ./.ci/buildlib.sh tinyxml2 2.2.0
- grep "2.2.0" /usr/local/spm/bin/${installname}/lib/pkgconfig/tinyxml2.pc