My build of nnn with minor changes
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- 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:
- - export CFLAGS=-Werror
- - make clean
- - make
- - make clean
- - make -f Makefile.generic
|