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

Add CI for 32bits and 64bits compilation

parent cb937b08
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!14Update CI to autopublish docs
...@@ -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.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter