Skip to content

Commit

Permalink
Merge fec4910 into c3b7f48
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Jun 28, 2015
2 parents c3b7f48 + fec4910 commit db917a4
Show file tree
Hide file tree
Showing 35 changed files with 39 additions and 60,925 deletions.
24 changes: 22 additions & 2 deletions .gitignore
@@ -1,18 +1,29 @@
*~
Makefile
Makefile.in
CMakeFiles
CMakeCache.txt
CTestTestfile.cmake
cmake_install.cmake

/*.manifest
/*.swp
/aclocal.m4
/autom4te.cache
/config.cache
/config.guess
/config.log
/config.status
/config.cache
/proj.pc
/config.sub
/configure
/compile
/depcomp
/install-sh
/libtool
/ltmain.sh
/missing
/nbproject
/proj.pc
/bin
/lib
/DartConfiguration.tcl
Expand All @@ -22,7 +33,15 @@ cmake_install.cmake
/html/dl
/html/robots.txt

# m4
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4

# nad
/nad/install
/nad/WI
/nad/prvi
/nad/WO
Expand Down Expand Up @@ -60,6 +79,7 @@ cmake_install.cmake
/src/geod
/src/stamp-h*
/src/proj_config.h
/src/proj_config.h.in
/src/cs2cs
/src/multistresstest
/src/test228
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,8 @@ before_install:
- sudo pip install git+git://github.com/tbonfort/cpp-coveralls.git@extensions

install:
# prepare build files
- ./autogen.sh
# cmake build
- mkdir build_cmake
- cd build_cmake
Expand Down

0 comments on commit db917a4

Please sign in to comment.