aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-06-19 03:57:05 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-06-19 05:21:29 +0200
commitc64df871bc36134bde3e07b90c48cc97c83fb901 (patch)
treefb87bc86b20e76bcda5b0b525663660dabd6450a /.gitlab-ci.yml
parent5ab267e42121773372f6e0c5bc7318397540fc92 (diff)
autotools overhaul
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
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: