Skip to content

Commit

Permalink
Merge branch 'release/0.18.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel S. Reichenbach committed Nov 2, 2013
2 parents d74c022 + 053d546 commit 727c0a5
Show file tree
Hide file tree
Showing 3,650 changed files with 118,627 additions and 705,135 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
/.externalToolBuilders

# Sublime Text 2 - project files
/*.sublime-build
/*.sublime-project
/*.sublime-workspace

Expand Down
31 changes: 5 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,21 @@ git:
branches:
only:
- master
- develop

# do not build with clang until fixed
# build with both gcc and clang to ensure compatibility
compiler:
- gcc
- clang

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libbz2-dev libncurses5-dev libmysqlclient-dev libreadline-dev libsdl1.2-dev libssl-dev zlib1g-dev libace-dev

script:
- cd dep/libmpq/
- ./autogen.sh
- ./configure && make
- cd ../../contrib/extractor/
- test -d _build || mkdir _build
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug ..
- make -j4
- cd ../../vmap_assembler/
- test -d _build || mkdir _build
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug ..
- make -j4
- cd ../../vmap_extractor/
- test -d _build || mkdir _build
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug ..
- make -j4
- cd ../../mmap/
- test -d _build || mkdir _build
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug ..
- make -j4
- cd ../../../
- test -d _build || mkdir _build
- test -d _install || mkdir _install
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug -DDEBUG=1 -DPCH=1 -DUSE_STD_MALLOC=1 -DACE_USE_EXTERNAL=1 ..
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug -DWITH_MOD_LUA=0 -DWITH_MOD_SCRIPTDEV2=1 ..
- make -j4

Loading

0 comments on commit 727c0a5

Please sign in to comment.