[gimp/wip/schumaml/crossraods-optimization] .gitlab-ci.yml: Dockerfiles need RUN prefixes for commands
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/schumaml/crossraods-optimization] .gitlab-ci.yml: Dockerfiles need RUN prefixes for commands
- Date: Thu, 26 Nov 2020 19:42:07 +0000 (UTC)
commit 21a25f51d015e1438f6bbf31836900938fba544e
Author: Michael Schumacher <schumaml gmx de>
Date: Thu Nov 26 20:41:31 2020 +0100
.gitlab-ci.yml: Dockerfiles need RUN prefixes for commands
.gitlab-ci.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 903c7034ee..208a20f202 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,9 +3,9 @@ image: debian:testing
stages:
- prepare
- dependencies
- - gimp
- - analysis
- - distribution
+# - gimp
+# - analysis
+# - distribution
variables:
GIT_DEPTH: "1"
@@ -50,10 +50,10 @@ build-image-win64:
- echo "RUN apt-get install -y --no-install-recommends \\" >> Dockerfile
- echo "build-essential cpio g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 git intltool libgdk-pixbuf2.0-dev
libglib2.0-bin meson pkg-config python3 python3-distutils python3-docutils python3-pip rpm wine win64
xsltproc" >> Dockerfile
# install crossroad
- - echo "pip3 install zstandard" >> Dockerfile
- - echo "git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git" >>
Dockerfile
- - echo "cd crossroad" >> Dockerfile
- - echo "./setup.py install --prefix=`pwd`/../.local" >> Dockerfile
+ - echo "RUN pip3 install zstandard" >> Dockerfile
+ - echo "RUN git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git" >>
Dockerfile
+ - echo "RUN cd crossroad" >> Dockerfile
+ - echo "RUN ./setup.py install --prefix=`pwd`/../.local" >> Dockerfile
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination
$CI_REGISTRY_IMAGE:build-win64-latest --cache=true --cache-ttl=120h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]