Skip to content

Commit

Permalink
Merge branch 'master' into regularShape_gui
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Jul 31, 2017
2 parents 6036fa6 + 0db8a58 commit dc0855f
Show file tree
Hide file tree
Showing 849 changed files with 28,765 additions and 7,049 deletions.
3 changes: 2 additions & 1 deletion .ci/travis/code_layout/script.sh
Expand Up @@ -15,5 +15,6 @@
set -e

pushd build
xvfb-run ctest -V --output-on-failure
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "sip_uptodate|spelling" --output-on-failure -S ${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest
popd
1 change: 1 addition & 0 deletions .ci/travis/linux/blacklist.txt
Expand Up @@ -7,6 +7,7 @@ qgis_composerutils
ProcessingGrass7AlgorithmsImageryTest
ProcessingGrass7AlgorithmsRasterTest
PyQgsDBManagerGpkg
PyQgsAppStartup

# temporary during processing refactoring
ProcessingParametersTest
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ matrix:
env:
- LLVM_VERSION=3.8
- TRAVIS_CONFIG=linux
dist: precise
sudo: false
cache:
apt: true
Expand Down Expand Up @@ -49,6 +50,7 @@ matrix:
apt:
sources:
- sourceline: 'ppa:jonathonf/backports' # silversearcher-ag backport
- sourceline: 'ppa:sergey-dryabzhinsky/packages' # doxygen
packages:
- doxygen
- graphviz
Expand Down

0 comments on commit dc0855f

Please sign in to comment.