mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
12 lines
104 B
YAML
12 lines
104 B
YAML
|
language: c
|
||
|
|
||
|
before_script:
|
||
|
- ./buildconf
|
||
|
|
||
|
compiler:
|
||
|
- clang
|
||
|
- gcc
|
||
|
|
||
|
notifications:
|
||
|
email: false
|