summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-22 09:37:31 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-22 21:05:30 +0000
commit8f1bbcf83e23286ebdfd17b83d886fc8f0a3eb2a (patch)
tree8b73a35a6104159f5055f1e0b42a63004758bc8f /.travis.yml
parente6c04ef0287a69c453f129778ef35932e0dff4b2 (diff)
Use <stdlib.h> for alloca on FreeBSD.
https://www.freebsd.org/cgi/man.cgi?alloca If stdlib.h does not define alloca, and we're using GCC (or Clang), we define the macro ourselves in terms of a GCC builtin.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 484f41cf..5100e0a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,7 @@ matrix:
37 addons: 37 addons:
38 apt: *apt-dependencies 38 apt: *apt-dependencies
39 - stage: "Stage 1" 39 - stage: "Stage 1"
40 if: type IN (push, api, cron)
40 env: JOB=toxcore ENV=windows ARCH=i686 41 env: JOB=toxcore ENV=windows ARCH=i686
41 group: deprecated-2017Q4 42 group: deprecated-2017Q4
42 services: 43 services: