Skip to content
Snippets Groups Projects
Commit fcc5d21e authored by Jörn Heusipp's avatar Jörn Heusipp
Browse files

Add CI for --disable-asm.

CI currently does not thoroughly test encoding and decoding (except for
encoding zeroed dummy frames).
Testing --disable-asm is still useful because it ensures that the code compiles
on platforms where there are no ASM optimizations and the generic C code paths
are used.
parent e5ccaa14
No related branches found
No related tags found
1 merge request!37Add CI for --disable-asm.
Pipeline #6265 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment