From c64df871bc36134bde3e07b90c48cc97c83fb901 Mon Sep 17 00:00:00 2001
From: Toni Uhlig <matzeton@googlemail.com>
Date: Tue, 19 Jun 2018 03:57:05 +0200
Subject: autotools overhaul

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

(limited to '.gitlab-ci.yml')

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6772c68..d6ee621 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,9 +11,6 @@ build-debian:
     - ./configure
     - make V=s
     - valgrind --error-exitcode=1 ./src/potd --test --redirect 127.0.0.1:2222:127.0.0.1:22222 --protocol 127.0.0.1:22222:127.0.0.1:33333 --jail 127.0.0.1:33333
-    - CFLAGS="-static $CFLAGS" LDFLAGS="-static $LDFLAGS" ./configure
-    - make V=s
-    - valgrind --error-exitcode=1 ./src/potd --test --redirect 127.0.0.1:2222:127.0.0.1:22222 --protocol 127.0.0.1:22222:127.0.0.1:33333 --jail 127.0.0.1:33333
   stage: build
   artifacts:
     paths:
@@ -28,9 +25,6 @@ build-arch:
     - ./configure
     - make V=s
     - valgrind --error-exitcode=1 ./src/potd --test --redirect 127.0.0.1:2222:127.0.0.1:22222 --protocol 127.0.0.1:22222:127.0.0.1:33333 --jail 127.0.0.1:33333
-    - CFLAGS="-static $CFLAGS" LDFLAGS="-static $LDFLAGS" ./configure
-    - make V=s
-    - valgrind --error-exitcode=1 ./src/potd --test --redirect 127.0.0.1:2222:127.0.0.1:22222 --protocol 127.0.0.1:22222:127.0.0.1:33333 --jail 127.0.0.1:33333
   stage: test
   artifacts:
     paths:
-- 
cgit v1.2.3