summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index e83dd7ed..002aea98 100644
--- a/circle.yml
+++ b/circle.yml
@@ -20,6 +20,8 @@ dependencies:
20 - sudo bash -c "echo '::1 localhost ipv6-localhost ipv6-loopback' >> /etc/hosts" # ipv6 localhost entry 20 - sudo bash -c "echo '::1 localhost ipv6-localhost ipv6-loopback' >> /etc/hosts" # ipv6 localhost entry
21# ------------ network_test requires that "localhost" resolves to ::1 ------------ 21# ------------ network_test requires that "localhost" resolves to ::1 ------------
22 22
23 - sudo bash -c "echo /usr/local/lib/x86_64-linux-gnu > /etc/ld.so.conf.d/fix685519.conf" # fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685519
24
23 - java -version ; exit 0 25 - java -version ; exit 0
24 - gcc --version ; exit 0 26 - gcc --version ; exit 0
25 - clang --version ; exit 0 27 - clang --version ; exit 0