0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 00:27:55 +08:00
easy_profiler/.travis.yml

8 lines
99 B
YAML
Raw Normal View History

2016-06-29 06:52:23 +04:00
language: cpp
compiler:
- clang
- gcc
script:
- mkdir build
- cd build
- cmake .. && make