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

9 lines
119 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:52:23 +04:00
- cmake .. && make