Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d08dff2bde99f5d6daf8bebac9164952301d036e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo: false # use new container
language: c

branches:
  except: /^(gh-pages|v[0-9]\..*)/

compiler:
  - clang
  - gcc
  - g++

script:
  - ./bootstrap
  - ./configure
  - make CFLAGS="-O2 -Wall -Wwrite-strings -Werror"
  - make distcheck