0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00
easy_profiler/.travis.yml

16 lines
266 B
YAML
Raw Normal View History

2016-06-29 06:52:23 +04:00
language: cpp
compiler:
- clang
- gcc
script:
- mkdir build
- cd build
2016-06-29 06:55:12 +04:00
- cmake --version
2016-06-29 06:57:06 +04:00
- cmake .. && make
addons:
apt:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- cmake
- cmake-data