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