Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 6caf8c35 rédigé par eliahrebstock's avatar eliahrebstock
Parcourir les fichiers

Remove double build

parent 8168f373
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #1457 en échec
...@@ -3,20 +3,12 @@ image: debian:stretch ...@@ -3,20 +3,12 @@ image: debian:stretch
before_script: before_script:
- dpkg --add-architecture i386 - dpkg --add-architecture i386
- apt-get update - apt-get update
- apt-get install libx11-dev:i386 libc6-dev-i386 build-essential -y - apt-get install libx11-dev:i386 libc6-dev-i386 libx11-dev libc6-dev build-essential -y
- apt-get install libx11-dev libc6-dev build-essential -y
make-32bit: make:
stage: build stage: build
script: script:
- ARCH_OPT='-m32' make - make
tags:
- docker
make-64bit:
stage: build
script:
- ARCH_OPT='-m64' make
tags: tags:
- docker - docker
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter