summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-22 01:20:11 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-22 01:20:11 +0000
commitba953148456a8fe1f04509077674375571b1ed05 (patch)
tree3bccd7bf34e6b320aeb0305505bba771fac3ed55 /.travis.yml
parent88814e9f1dd72257ab3a54b8d2b292b9b37787c1 (diff)
Remove bazel build from Travis.
We already have one on Cirrus, and it works fine.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
index 224f4dcc..de83351f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,23 +38,6 @@ jobs:
38 install: .travis/$JOB install 38 install: .travis/$JOB install
39 script: .travis/$JOB script 39 script: .travis/$JOB script
40 - stage: "Stage 1" 40 - stage: "Stage 1"
41 env: JOB=bazel-linux
42 compiler: clang
43 before_install:
44 # Clear bazel installation.
45 - rm -rf $HOME/.cache/bazel/_bazel_$USER/install
46 # Get toktok-stack, which contains the bazel workspace.
47 - cd ..
48 - git clone --depth=1 --branch=upgrade-bazel https://github.com/iphydf/toktok-stack
49 - rm -rf toktok-stack/c-toxcore
50 - mv c-toxcore toktok-stack/
51 - cd toktok-stack/c-toxcore
52 install: .travis/$JOB install
53 script: .travis/$JOB script
54 before_cache:
55 # Clear bazel installation.
56 - rm -rf $HOME/.cache/bazel/_bazel_$USER/install
57 - stage: "Stage 1"
58 if: type IN (push, api, cron) 41 if: type IN (push, api, cron)
59 env: JOB=cmake-win32 42 env: JOB=cmake-win32
60 services: [docker] 43 services: [docker]