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

.travis.yml - github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1f1852ca57eb2edb04dccdb6fdf455b97768573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: cpp

os:
  - linux
  - osx

compiler:
  - gcc
  - clang

script:
  - make all
  - make test