[GRASS-SVN] r70483 - in grass/trunk: . .travis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 4 09:03:23 PST 2017


Author: wenzeslaus
Date: 2017-02-04 09:03:23 -0800 (Sat, 04 Feb 2017)
New Revision: 70483

Removed:
   grass/trunk/.travis/.travis.osx.before_install.sh
   grass/trunk/.travis/.travis.osx.install.sh
   grass/trunk/.travis/.travis.osx.script.sh
Modified:
   grass/trunk/.travis.yml
Log:
travis: remove the mac os build which goes through Homebrew

See https://lists.osgeo.org/pipermail/grass-dev/2017-January/084082.html
See #3250


Deleted: grass/trunk/.travis/.travis.osx.before_install.sh
===================================================================
--- grass/trunk/.travis/.travis.osx.before_install.sh	2017-02-04 15:37:15 UTC (rev 70482)
+++ grass/trunk/.travis/.travis.osx.before_install.sh	2017-02-04 17:03:23 UTC (rev 70483)
@@ -1,12 +0,0 @@
-#!/usr/bin/env sh
-# Author: Rainer M. Krug, Rainer at krugs.de
-
-## add taps for homebrew installs
-brew tap rkrug/experimental
-brew tap rkrug/head-only
-brew tap rkrug/dev-only
-
-brew tap homebrew/science
-brew tap osgeo/osgeo4mac
-
-brew update

Deleted: grass/trunk/.travis/.travis.osx.install.sh
===================================================================
--- grass/trunk/.travis/.travis.osx.install.sh	2017-02-04 15:37:15 UTC (rev 70482)
+++ grass/trunk/.travis/.travis.osx.install.sh	2017-02-04 17:03:23 UTC (rev 70483)
@@ -1,24 +0,0 @@
-#!/usr/bin/env sh
-# Author: Rainer M. Krug, Rainer at krugs.de
-
-## install dependencies
-# brew install --only-dependencies \
-#      liblas
-# 
-# brew install --build-from-source \
-#      liblas
-
-# brew install --only-dependencies \
-#      --HEAD \
-#      --with-nc_spm_08_grass7 \
-#      --with-ffmpeg \
-#      --with-mysql \
-#      --with-netcdf \
-#      --with-postgresql \
-#      --with-openblas \
-#      --with-liblas \
-#      grass-trunk
-
-## download and install test dataset
-wget http://grass.osgeo.org/sampledata/north_carolina/nc_basic_spm_grass7.tar.gz
-tar xzf ./nc_basic_spm_grass7.tar.gz

Deleted: grass/trunk/.travis/.travis.osx.script.sh
===================================================================
--- grass/trunk/.travis/.travis.osx.script.sh	2017-02-04 15:37:15 UTC (rev 70482)
+++ grass/trunk/.travis/.travis.osx.script.sh	2017-02-04 17:03:23 UTC (rev 70483)
@@ -1,41 +0,0 @@
-#!/usr/bin/env sh
-# Author: Rainer M. Krug, Rainer at krugs.de
-
-## some tests for the recipe 
-# brew audit -v $RECIPE
-
-## install GRASS trunk
-brew install --HEAD \
-             --enable-shared \
-             --with-postgresql \
-             --with-cxx \
-             --with-gdal-1 \
-             --with-freetype \
-             --with-readline \
-             --with-nls \
-             --with-odbc \
-             --with-geos \
-             --with-lapack \
-             --with-netcdf \
-             --with-blas \
-             --with-sqlite \
-             --with-freetype \
-             --with-python \
-             grass-trunk
-
-## Not implementyed yet:
-             # --enable-largefile
-             # --with-ffmpeg \
-             # --with-mysql \
-             # --with-netcdf \
-             # --with-openblas \
-             # --with-liblas \
-
-brew test -v grass-trunk
-# brew info grass-trunk
-
-## run tests
-## grass73 ./nc_basic_spm_grass7/PERMANENT --exec python -m grass.gunittest.main --location './nc_basic_spm_grass7' --location-type nc
-
-## uninstall grass-trunk
-# brew uninstall grass-trunk

Modified: grass/trunk/.travis.yml
===================================================================
--- grass/trunk/.travis.yml	2017-02-04 15:37:15 UTC (rev 70482)
+++ grass/trunk/.travis.yml	2017-02-04 17:03:23 UTC (rev 70483)
@@ -11,8 +11,6 @@
       - os: linux
         compiler: clang
         sudo: required
-      - language: objective-c
-        os: osx
 
 env:
   global:
@@ -35,7 +33,3 @@
                 - wenzeslaus at gmail.com
             on_success: change
             on_failure: always
-
-
-## TODO Change so that the .travis.yml files are in one repo and the
-## grass repo is downloaded automatically
\ No newline at end of file



More information about the grass-commit mailing list