mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 00:27:55 +08:00
8 lines
99 B
YAML
8 lines
99 B
YAML
|
language: cpp
|
||
|
compiler:
|
||
|
- clang
|
||
|
- gcc
|
||
|
script:
|
||
|
- mkdir build
|
||
|
- cd build
|
||
|
- cmake .. && make
|