[GRASS-SVN] r70484 - grass/trunk/.travis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 4 09:17:33 PST 2017
Author: wenzeslaus
Date: 2017-02-04 09:17:33 -0800 (Sat, 04 Feb 2017)
New Revision: 70484
Added:
grass/trunk/.travis/linux.install.sh
grass/trunk/.travis/linux.script.sh
grass/trunk/.travis/linux_before.install.sh
Removed:
grass/trunk/.travis/.travis.linux.before_install.sh
grass/trunk/.travis/.travis.linux.install.sh
grass/trunk/.travis/.travis.linux.script.sh
Log:
travis: no need for hidden files and prefix in a ('named') hidden directory (see r70483, r68652)
Deleted: grass/trunk/.travis/.travis.linux.before_install.sh
===================================================================
--- grass/trunk/.travis/.travis.linux.before_install.sh 2017-02-04 17:03:23 UTC (rev 70483)
+++ grass/trunk/.travis/.travis.linux.before_install.sh 2017-02-04 17:17:33 UTC (rev 70484)
@@ -1,7 +0,0 @@
-#!/usr/bin/env sh
-# Author: Ivan Mincik, ivan.mincik at gmail.com
-
-# build dependencies
-sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y
-sudo apt-get update -qq
-
Deleted: grass/trunk/.travis/.travis.linux.install.sh
===================================================================
--- grass/trunk/.travis/.travis.linux.install.sh 2017-02-04 17:03:23 UTC (rev 70483)
+++ grass/trunk/.travis/.travis.linux.install.sh 2017-02-04 17:17:33 UTC (rev 70484)
@@ -1,42 +0,0 @@
-#!/usr/bin/env sh
-# Author: Ivan Mincik, ivan.mincik at gmail.com
-
-sudo apt-get install --no-install-recommends \
- autoconf2.13 \
- autotools-dev \
- debhelper \
- fakeroot \
- flex \
- bison \
- libcairo2-dev \
- libfftw3-dev \
- libfreetype6-dev \
- libgdal-dev \
- libgeos-dev \
- libglu1-mesa-dev \
- libjpeg-dev \
- libpng-dev \
- libtiff-dev \
- libmysqlclient-dev \
- libncurses5-dev \
- libpq-dev \
- libproj-dev \
- proj-bin \
- libreadline-dev \
- libsqlite3-dev \
- libwxgtk2.8-dev \
- libxmu-dev \
- python \
- python-wxgtk2.8 \
- python-dev \
- unixodbc-dev \
- libnetcdf-dev \
- netcdf-bin \
- dpatch \
- libblas-dev \
- liblapack-dev \
- python-numpy
-
-# 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.linux.script.sh
===================================================================
--- grass/trunk/.travis/.travis.linux.script.sh 2017-02-04 17:03:23 UTC (rev 70483)
+++ grass/trunk/.travis/.travis.linux.script.sh 2017-02-04 17:17:33 UTC (rev 70484)
@@ -1,30 +0,0 @@
-#!/usr/bin/env sh
-# Author: Ivan Mincik, ivan.mincik at gmail.com
-
-./configure --host=x86_64-linux-gnu \
- --build=x86_64-linux-gnu \
- --prefix=/usr/lib \
- --sysconfdir=/etc \
- --sharedstatedir=/var \
- --enable-shared \
- --with-postgres \
- --with-cxx \
- --with-gdal \
- --with-freetype \
- --with-readline \
- --with-nls \
- --with-odbc \
- --with-geos \
- --with-lapack \
- --with-netcdf \
- --with-blas \
- --with-sqlite \
- --enable-largefile \
- --with-freetype-includes=/usr/include/freetype2/ \
- --with-postgres-includes=/usr/include/postgresql/ \
- --with-proj-share=/usr/share/proj \
- --with-wxwidgets=/usr/bin/wx-config \
- --with-python \
- --with-cairo
-
-make -j2
Copied: grass/trunk/.travis/linux.install.sh (from rev 70483, grass/trunk/.travis/.travis.linux.install.sh)
===================================================================
--- grass/trunk/.travis/linux.install.sh (rev 0)
+++ grass/trunk/.travis/linux.install.sh 2017-02-04 17:17:33 UTC (rev 70484)
@@ -0,0 +1,42 @@
+#!/usr/bin/env sh
+# Author: Ivan Mincik, ivan.mincik at gmail.com
+
+sudo apt-get install --no-install-recommends \
+ autoconf2.13 \
+ autotools-dev \
+ debhelper \
+ fakeroot \
+ flex \
+ bison \
+ libcairo2-dev \
+ libfftw3-dev \
+ libfreetype6-dev \
+ libgdal-dev \
+ libgeos-dev \
+ libglu1-mesa-dev \
+ libjpeg-dev \
+ libpng-dev \
+ libtiff-dev \
+ libmysqlclient-dev \
+ libncurses5-dev \
+ libpq-dev \
+ libproj-dev \
+ proj-bin \
+ libreadline-dev \
+ libsqlite3-dev \
+ libwxgtk2.8-dev \
+ libxmu-dev \
+ python \
+ python-wxgtk2.8 \
+ python-dev \
+ unixodbc-dev \
+ libnetcdf-dev \
+ netcdf-bin \
+ dpatch \
+ libblas-dev \
+ liblapack-dev \
+ python-numpy
+
+# test dataset
+wget http://grass.osgeo.org/sampledata/north_carolina/nc_basic_spm_grass7.tar.gz
+tar xzf ./nc_basic_spm_grass7.tar.gz
Copied: grass/trunk/.travis/linux.script.sh (from rev 70483, grass/trunk/.travis/.travis.linux.script.sh)
===================================================================
--- grass/trunk/.travis/linux.script.sh (rev 0)
+++ grass/trunk/.travis/linux.script.sh 2017-02-04 17:17:33 UTC (rev 70484)
@@ -0,0 +1,30 @@
+#!/usr/bin/env sh
+# Author: Ivan Mincik, ivan.mincik at gmail.com
+
+./configure --host=x86_64-linux-gnu \
+ --build=x86_64-linux-gnu \
+ --prefix=/usr/lib \
+ --sysconfdir=/etc \
+ --sharedstatedir=/var \
+ --enable-shared \
+ --with-postgres \
+ --with-cxx \
+ --with-gdal \
+ --with-freetype \
+ --with-readline \
+ --with-nls \
+ --with-odbc \
+ --with-geos \
+ --with-lapack \
+ --with-netcdf \
+ --with-blas \
+ --with-sqlite \
+ --enable-largefile \
+ --with-freetype-includes=/usr/include/freetype2/ \
+ --with-postgres-includes=/usr/include/postgresql/ \
+ --with-proj-share=/usr/share/proj \
+ --with-wxwidgets=/usr/bin/wx-config \
+ --with-python \
+ --with-cairo
+
+make -j2
Copied: grass/trunk/.travis/linux_before.install.sh (from rev 70483, grass/trunk/.travis/.travis.linux.before_install.sh)
===================================================================
--- grass/trunk/.travis/linux_before.install.sh (rev 0)
+++ grass/trunk/.travis/linux_before.install.sh 2017-02-04 17:17:33 UTC (rev 70484)
@@ -0,0 +1,7 @@
+#!/usr/bin/env sh
+# Author: Ivan Mincik, ivan.mincik at gmail.com
+
+# build dependencies
+sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y
+sudo apt-get update -qq
+
More information about the grass-commit
mailing list