mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
12 lines
104 B
YAML
12 lines
104 B
YAML
|
language: c
|
||
|
|
||
|
before_script:
|
||
|
- ./buildconf
|
||
|
|
||
|
compiler:
|
||
|
- clang
|
||
|
- gcc
|
||
|
|
||
|
notifications:
|
||
|
email: false
|