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