[gimp/wip/schumaml/crossraods-optimization: 3/18] .gitlab-ci.yml: Dockerfiles need RUN prefixes for commands




commit 4aba568bbabc0492ed84dc4e065420c123350d13
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 6b45b68f1c..5c091b480f 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]