mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
12 lines
104 B
YAML
12 lines
104 B
YAML
|
language: c
|
||
|
|
||
|
before_script:
|
||
|
- ./buildconf
|
||
|
|
||
|
compiler:
|
||
|
- clang
|
||
|
- gcc
|
||
|
|
||
|
notifications:
|
||
|
email: false
|