From ba953148456a8fe1f04509077674375571b1ed05 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 22 Mar 2020 01:20:11 +0000 Subject: Remove bazel build from Travis. We already have one on Cirrus, and it works fine. --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 224f4dcc..de83351f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,23 +37,6 @@ jobs: - libvpx-dev # For toxav. install: .travis/$JOB install script: .travis/$JOB script - - stage: "Stage 1" - env: JOB=bazel-linux - compiler: clang - before_install: - # Clear bazel installation. - - rm -rf $HOME/.cache/bazel/_bazel_$USER/install - # Get toktok-stack, which contains the bazel workspace. - - cd .. - - git clone --depth=1 --branch=upgrade-bazel https://github.com/iphydf/toktok-stack - - rm -rf toktok-stack/c-toxcore - - mv c-toxcore toktok-stack/ - - cd toktok-stack/c-toxcore - install: .travis/$JOB install - script: .travis/$JOB script - before_cache: - # Clear bazel installation. - - rm -rf $HOME/.cache/bazel/_bazel_$USER/install - stage: "Stage 1" if: type IN (push, api, cron) env: JOB=cmake-win32 -- cgit v1.2.3