muduo/.travis.yml

20 lines
498 B
YAML
Raw Normal View History

2024-03-08 14:03:37 +08:00
language: cpp
sudo: required
dist: trusty
compiler:
- gcc
- clang
os:
- linux
install:
- sudo apt-get install libboost-dev
- sudo apt-get install libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev
- sudo apt-get install libboost-test-dev libboost-program-options-dev libboost-system-dev
- sudo apt-get install libc-ares-dev libcurl4-openssl-dev
- sudo apt-get install zlib1g-dev libgd-dev
env:
- BUILD_TYPE=debug
- BUILD_TYPE=release
script:
- ./build.sh