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

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

sudo: required
dist: trusty

matrix:
  include:
    - os: linux
      compiler: gcc
    - os: osx
      compiler: clang

script: cd Project/GNU/Library/ && ./autogen.sh && ./configure && make && mkdir ../../CMake/Build && cd ../../CMake/Build && cmake .. && make