Skip to content
Extraits de code Groupes Projets
Valider d6e26031 rédigé par eliahrebstock's avatar eliahrebstock Validation de Etienne BRATEAU
Parcourir les fichiers

Add CI for 32bits and 64bits compilation

parent ff7d6e39
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,9 +6,16 @@ before_script: ...@@ -6,9 +6,16 @@ before_script:
- apt-get install libx11-dev:i386 libc6-dev-i386 build-essential -y - apt-get install libx11-dev:i386 libc6-dev-i386 build-essential -y
- apt-get install libx11-dev libc6-dev build-essential -y - apt-get install libx11-dev libc6-dev build-essential -y
smoke-test-by-make: make-32bit:
stage: build stage: build
script: script:
- make - ARCH_OPT='-m32' make
tags:
- docker
make-64bit:
stage: build
script:
- ARCH_OPT='-m64' make
tags: tags:
- docker - docker
...@@ -21,11 +21,6 @@ ...@@ -21,11 +21,6 @@
# along with this program; see the file COPYING. If not, write to # along with this program; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
## Define this option to specify architecture
## Can be -m32 for 32 bit application or
## -m64 for 64 bit application.
ARCH_OPT =
CD = cd CD = cd
LOGINC = include LOGINC = include
......
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