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

add travis configuration file

This commit is contained in:
Sergey Yagovtsev 2016-06-29 06:52:23 +04:00
parent 323d4297ce
commit 727da87ee2

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: cpp
compiler:
- clang
- gcc
script:
- mkdir build
- cd build
- cmake .. && make