Skip to content
Snippets Groups Projects
Commit a118b4af87c7 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Run Python 3 CI job with minimal configuration

This helps to detect issues when building with disabled modules.
parent c37523777256
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
gcc:python3: gcc:python3:
extends: .test extends: .test
variables: variables:
CONFIG: "--without-crypto --without-debug --without-debugger --without-plugins"
CFLAGS: "-O2" CFLAGS: "-O2"
PYTHON: "/usr/bin/python3" PYTHON: "/usr/bin/python3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment