Skip to content

Commit

Permalink
Remove bazel build from Travis.
Browse files Browse the repository at this point in the history
We already have one on Cirrus, and it works fine.
  • Loading branch information
iphydf committed Mar 22, 2020
1 parent 88814e9 commit ba95314
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
17 changes: 0 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
35 changes: 0 additions & 35 deletions .travis/bazel-linux

This file was deleted.

0 comments on commit ba95314

Please sign in to comment.