summaryrefslogtreecommitdiff
path: root/libs/tdlib/td/bitbucket-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/tdlib/td/bitbucket-pipelines.yml')
-rw-r--r--libs/tdlib/td/bitbucket-pipelines.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/libs/tdlib/td/bitbucket-pipelines.yml b/libs/tdlib/td/bitbucket-pipelines.yml
deleted file mode 100644
index 4dbdf6c914..0000000000
--- a/libs/tdlib/td/bitbucket-pipelines.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-image: gcc:5.4
-
-pipelines:
- default:
- - step:
- script:
- - apt-get update
- - apt-get install -y cmake
- - apt-get install -y gperf
- - g++ --version
- - cmake --version
- - mkdir build
- - cd build
- - cmake ..
- - make -k run_all_tests
- - ./test/run_all_tests