Jan Breuer
2015-10-12 6110e0eeedb48c81fad0e5175aa3639f1a703bfa
1
2
3
4
5
6
7
8
9
10
11
addons:
  apt:
    packages:
    - libcunit1-dev
    - clang
 
sudo: false
 
script:
    - make
    - CC=clang CFLAGS="-g -O0 -fsanitize=address" LDFLAGS="-g -fsanitize=address" make clean test