variables:
CC: clang
CFLAGS: "-Wall -Wextra -Wenum-conversion -O2 -g"
+ EXTRA_CONFIGURE: "--with-python=python3"
<<: *debian_stretch_amd64_image
<<: *build_job
variables:
CC: gcc
CFLAGS: "-Wall -Wextra -O2 -g"
- EXTRA_CONFIGURE: --without-cmocka
+ EXTRA_CONFIGURE: "--without-cmocka --with-python"
<<: *debian_jessie_amd64_image
<<: *build_job
variables:
CC: clang
CFLAGS: "-Wall -Wextra -Wenum-conversion -O2 -g"
+ EXTRA_CONFIGURE: "--with-python=python2"
<<: *debian_stretch_i386_image
<<: *build_job
variables:
CC: gcc
CFLAGS: "-Wall -Wextra -O2 -g"
- EXTRA_CONFIGURE: "--with-libidn2"
+ EXTRA_CONFIGURE: "--with-libidn2 --without-python"
<<: *debian_sid_i386_image
<<: *build_job