Przeglądaj źródła

Add .travis.yml

master
Zhiming Wang 8 lat temu
rodzic
commit
1c0c6de635
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 5B58F95EC95965D8
1 zmienionych plików z 17 dodań i 0 usunięć
  1. +17
    -0
      .travis.yml

+ 17
- 0
.travis.yml Wyświetl plik

@@ -0,0 +1,17 @@
language: c
matrix:
include:
# Access more recent gcc and clang via a Trusty image
- os: linux
dist: trusty
compiler: gcc
- os: linux
dist: trusty
compiler: clang
- os: osx
compiler: gcc
- os: osx
compiler: clang
script:
- make CFLAGS='-Werror'
- make CFLAGS='-Wall -Wextra -Werror'

Ładowanie…
Anuluj
Zapisz