summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d4d77f0..2ca5355b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,10 +26,14 @@ gcc:
gcc:python3:
extends: .test
- only:
- - schedules
variables:
- CONFIG: "--with-python=/usr/bin/python3"
+ CFLAGS: "-O2"
+ PYTHON: "/usr/bin/python3"
+
+gcc:static:
+ extends: .test
+ variables:
+ CONFIG: "--disable-shared --without-python"
CFLAGS: "-O2"
clang:asan: