-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.bak
45 lines (40 loc) · 964 Bytes
/
.travis.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Author: Rainer Krug, Rainer@krugs.de
language: minimal
os: osx
osx_image: xcode10.1
before_install:
- brew update
- brew tap grass-gis/grass-dev
- brew tap osgeo/osgeo4mac
- brew update
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rm -f /usr/local/include/c++ ; fi
- brew install gcc
- sw_vers
before_script:
- export CXX="g++-6" CC="gcc-6"
script:
- travis_wait 60 brew install --HEAD
--with-ffmpeg
--with-liblas
--with-mysql
--with-netcdf
--with-openblas
--with-postgresql
grass-trunk
--only-dependencies
- travis_wait 60 brew install --HEAD
--with-ffmpeg
--with-mysql
--with-netcdf
--with-openblas
--with-postgresql
grass-trunk
- travis_wait 60 brew test -v grass-trunk
- brew info grass-trunk
- brew uninstall grass-trunk
notifications:
email:
recipients:
- Rainer@krugs.de
on_success: change
on_failure: always