This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
tdlib-fork/bitbucket-pipelines.yml
Arseny Smirnov 71d03f39c3 Project import generated by Copybara.
GitOrigin-RevId: 318483224ad6164d9966f731d60cde37039bb2d4
2017-12-31 23:08:40 +03:00

17 lines
354 B
YAML

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