Home | History | Annotate | Download | only in curl
      1 language: c
      2 
      3 before_script:
      4   - ./buildconf
      5 
      6 script: ./configure --enable-debug && make && make test-full
      7 
      8 compiler:
      9   - clang
     10   - gcc
     11 
     12 notifications:
     13   email: false
     14