diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7259cdcdf45e04395597aebaf7e9e7c72c5ee72d..0d514ee4677a66f96f9c1cef437050e4307b1cb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,11 @@ autotools-clang: CONFIG_FLAGS: CFLAGS=-Wreserved-identifier CC: clang +autotools-disable-asm: + extends: .autoconf + variables: + CONFIG_FLAGS: --disable-asm + autotools-disable-encoding: extends: .autoconf variables: