[gimp/wip/schumaml/crossraods-optimization: 6/57] .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: 6/57] .gitlab-ci.yml: Dockerfiles need RUN prefixes for commands
- Date: Mon, 7 Dec 2020 18:36:10 +0000 (UTC)
commit 958e9fc2362e0b720174b2e392f6eb65278fd31c
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 1699a3399f..26a69d7c41 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]