solo1/.travis.yml

14 wiersze
186 B
YAML
Czysty Zwykły widok Historia

dist: trusty
language: c
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
2019-01-17 00:50:52 +00:00
- cppcheck
script:
- export CC=gcc-7
- make test