mirror of
https://github.com/arp242/find-cursor
synced 2024-11-01 03:20:37 +00:00
9 lines
97 B
YAML
9 lines
97 B
YAML
language: c
|
|
install: make
|
|
script: make
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
notifications:
|
|
email: false
|