mirror of
https://github.com/g012/l65.git
synced 2025-08-06 03:25:03 +00:00
11 lines
140 B
YAML
11 lines
140 B
YAML
language: c
|
|
os:
|
|
- linux
|
|
- osx
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
script:
|
|
- cmake . -DCMAKE_BUILD_TYPE=Release
|
|
- make
|