Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
165 B

  1. language: c
  2. matrix:
  3. include:
  4. - compiler: clang
  5. os: linux
  6. - compiler: gcc
  7. os: linux
  8. script:
  9. ./autogen.sh
  10. ./configure
  11. make -j 4 distcheck