Skip to content
Snippets Groups Projects
Commit 47388cd8 authored by Petter Reinholdtsen's avatar Petter Reinholdtsen
Browse files

Added CI tests for --disable-encode and --enable-telemetry configure options.

parent 34bf8766
No related branches found
No related tags found
No related merge requests found
Pipeline #6138 passed
......@@ -52,6 +52,16 @@ autotools-clang:
INSTALL_COMPILER: clang
CC: clang
autotools-disable-encoding:
extends: .autoconf
variables:
CONFIG_FLAGS: --disable-encode
autotools-enable-telemetry:
extends: .autoconf
variables:
CONFIG_FLAGS: --enable-telemetry
scons:
stage: build
before_script:
......
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