Skip to content
Snippets Groups Projects
Commit d067e757 authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Restore build for linux-el7-i686 platform after successfully build of linux-el6-i686

parent 84e99363
No related branches found
No related tags found
No related merge requests found
Pipeline #1078 failed
......@@ -89,25 +89,34 @@ package-el6-i686:
- linux-el6-i686
- test-el6-i686
# linux-el7-i686:
# extends: [".build"]
# image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
# variables:
# NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
prebuild-el7-i686:
extends: [".prebuild"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
variables:
NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el7-i686"
linux-el7-i686:
extends: [".build"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
variables:
PREBUILD_NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el7-i686"
NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
needs:
- prebuild-el7-i686
# test-el7-i686:
# extends: [".test"]
# image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
# variables:
# NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
# needs:
# - linux-el7-i686
test-el7-i686:
extends: [".test"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
variables:
NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
needs:
- linux-el7-i686
# package-el7-i686:
# extends: [".package"]
# image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
# variables:
# NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
# needs:
# - linux-el7-i686
# - test-el7-i686
package-el7-i686:
extends: [".package"]
image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86
variables:
NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686"
needs:
- linux-el7-i686
- test-el7-i686
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment