0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00
easy_profiler/.travis.yml
2016-06-29 06:57:06 +04:00

16 lines
266 B
YAML

language: cpp
compiler:
- clang
- gcc
script:
- mkdir build
- cd build
- cmake --version
- cmake .. && make
addons:
apt:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- cmake
- cmake-data