Blame .travis.yml

118737
language: cpp
b9c11a
b9c11a
git:
b9c11a
  depth: 1
b9c11a
  submodules: false
46a1f2
  
46a1f2
env:
15565e
  global:
15565e
    - BUILD_FILENAME="build-$TRAVIS_OS_NAME.$TRAVIS_BUILD_NUMBER-$(date '+%Y-%m-%d_%H_%M_%S').tgz"
b735c0
    - MAKE_THREADS=4
b9c11a
118737
matrix:
118737
  include:
15565e
  
118737
  - os: linux
b735c0
    name: "Synfig Studio Ubuntu 16.04 Xenial (GCC/Autotools)"
b9c11a
    sudo: required
118737
    dist: xenial
490a44
    cache: ccache
636790
    before_install: autobuild/install-requirements-linux.sh
490a44
    before_script: ccache -s
15565e
    script: autobuild/synfigstudio-linux-build.sh
490a44
    after_script: ccache -s # show ccache stats
b9c11a
        
f7c125
  - os: osx
b735c0
    name: "Synfig Studio OS X 10.10 Yosemite (Clang/Autotools/Brew)"
b9c11a
    sudo: required
f7c125
    osx_image: xcode6.4
47bd10
    env:
47bd10
      - HOMEBREW_NO_AUTO_UPDATE=1
47bd10
      - HOMEBREW_NO_ANALYTICS=1
f30319
    cache: ccache
1f5f1f
    before_install: brew reinstall libtool # fix no sed
1f5f1f
    install: autobuild/osx/brew/install-requirements-osx.sh
b735c0
    before_script: ccache -s
b735c0
    script: autobuild/osx/brew/synfigstudio-osx-build.sh
b735c0
    after_script: ccache -s # show ccache stats
15565e
    
02e5ca
  - os: osx
02e5ca
    name: "Synfig Studio OS X 10.13 High Sierra (Clang/Autotools/Brew)"
02e5ca
    sudo: required
02e5ca
    osx_image: xcode10
02e5ca
    env:
02e5ca
      - HOMEBREW_NO_AUTO_UPDATE=1
02e5ca
      - HOMEBREW_NO_ANALYTICS=1
02e5ca
    cache: ccache
1f5f1f
    before_install: brew cask uninstall oclint # fix gcc installing
1f5f1f
    install: autobuild/osx/brew/install-requirements-osx.sh
72872e
    before_script:
72872e
      - ccache -s
72872e
      - ccache --set-config=compression=true
02e5ca
    script: autobuild/osx/brew/synfigstudio-osx-build.sh
02e5ca
    after_script: ccache -s # show ccache stats
02e5ca
    
5c6e27
  #allow_failures:
5c6e27
  #  - os: osx