summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/td/bitbucket-pipelines.yml
blob: 4dbdf6c914eb2b7f51d4ec46bd0c4ac0109fdb7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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