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

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