Disable the autotools build in PR builds.

We will only build this during the nightly build. It's very rare for the
autotools build to break when the cmake build does not.
This commit is contained in:
iphydf 2018-01-25 02:52:13 +00:00
parent 42636861d8
commit 67cf395163
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -9,8 +9,8 @@ language: c
matrix:
include:
- stage: "Stage 1"
env: JOB=autotools ENV=linux
compiler: gcc
env: JOB=toxcore ENV=linux
compiler: clang
addons:
apt: &apt-dependencies
sources:
@ -32,8 +32,9 @@ matrix:
- portaudio19-dev # For av_test.
- texinfo # For libconfig.
- stage: "Stage 1"
env: JOB=toxcore ENV=linux
compiler: clang
if: type IN (push, api, cron)
env: JOB=autotools ENV=linux
compiler: gcc
addons:
apt: *apt-dependencies
- stage: "Stage 1"