Introduction
Introduction Statistics Contact Development Disclaimer Help
.travis.yml - fiche - A pastebin adjusted for gopher use
git clone git://vernunftzentrum.de/fiche.git
Log
Files
Refs
LICENSE
---
.travis.yml (353B)
---
1 language: c
2
3 compiler:
4 - gcc
5 - clang
6
7 addons:
8 apt:
9 packages:
10 - cppcheck
11 - clang-3.5
12
13 install:
14 - export PYTHONUSERBASE=~/.local
15 - easy_install --user scan-build
16 - easy_install --user typing
17
18 script:
19 - cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche…
20 - make
21 - scan-build --status-bugs make -B
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.