summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-07-28 15:50:30 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-07-28 15:52:19 +0200
commit3140c8b2ca48263da1a1f12b478031dc4b572db7 (patch)
tree3b2bf834075b2545ce67c66812ae2b60ca1d894e /.gitlab-ci.yml
parentaa2ec912f5a557f340a633e95b9fbf2ad7937edd (diff)
Move FreeBSD CFLAGS and LDFLAGS to configure
Backport of commit 09c1e370b3084f7acb7c3777427670a69945368a.
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 c9863a1c..d125e4a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -211,9 +211,6 @@ docker_ubuntu-16_04-amd64:
# TODO We want to copy these BSDs to our own virtual machines, to make sure someone doesn't update them by accident.
.freebsd-11-i386: &freebsd-11-i386_env
- variables:
- CPPFLAGS: "-I/usr/local/include"
- LDFLAGS: "-L/usr/local/lib"
tags:
- freebsd
- i386
@@ -223,9 +220,6 @@ docker_ubuntu-16_04-amd64:
#- tags
.freebsd-11-amd64: &freebsd-11-amd64_env
- variables:
- CPPFLAGS: "-I/usr/local/include"
- LDFLAGS: "-L/usr/local/lib"
tags:
- freebsd
- amd64