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
levlam d0448ff0f2 Try to use gcc:latest in Bitbucket pipelines.
GitOrigin-RevId: 98e9796788fdc15842ef68ab6a32b94257909918
2019-04-03 22:48:31 +03:00

17 lines
357 B
YAML

image: gcc:latest
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