Skip to content

Commit

Permalink
ENH: move travis support scripts to .travis_scripts
Browse files Browse the repository at this point in the history
Move the build support scripts for travis to a hidden
subdirectory to keep the top level directory more
clean.
  • Loading branch information
hjmjohnson committed Jan 12, 2019
1 parent fa61a49 commit 10a1a38
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ language: cpp
sudo: false
addons:
homebrew:
packages: meson ninja
packages:
- meson
- ninja
update: false # do not update homebrew by default
apt:
sources:
Expand All @@ -27,12 +29,7 @@ matrix:
- os: osx
osx_image: xcode9.4
compiler: clang
addons:
homebrew:
packages: meson ninja
#env: PYENV_ROOT=/usr/local/var/pyenv
env: LIB_TYPE=static BUILD_TYPE=release HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-temp
#- LIB_TYPE=shared BUILD_TYPE=debug
env: LIB_TYPE=static BUILD_TYPE=release
- os: linux
dist: trusty
compiler: clang
Expand All @@ -41,7 +38,7 @@ notifications:
email: false

before_install:
- source ./travis.before_install.${TRAVIS_OS_NAME}.sh
- source ./.travis_scripts/travis.before_install.${TRAVIS_OS_NAME}.sh
install:
- source ./travis.install.${TRAVIS_OS_NAME}.sh
script: ./travis.sh
- source ./.travis_scripts/travis.install.${TRAVIS_OS_NAME}.sh
script: ./.travis_scripts/travis.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 10a1a38

Please sign in to comment.