Skip to content

Commit

Permalink
.travis.yml: build PROJ with -DBUILD_TESTING=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 13, 2024
1 parent 8f49ca9 commit 42474b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install:
- export CC="ccache $CC"
- export CXX="ccache $CXX"
- $CC --version
- (cd proj && cmake . -DBUILD_APPS=OFF -DPROJ_TESTS=OFF && make -j3 && sudo make install && (if test "$TRAVIS_OS_NAME" = "linux"; then sudo ldconfig; fi))
- (cd proj && cmake . -DBUILD_APPS=OFF -DBUILD_TESTING=OFF && make -j3 && sudo make install && (if test "$TRAVIS_OS_NAME" = "linux"; then sudo ldconfig; fi))
- cd libgeotiff
- ./autogen.sh
- ./configure
Expand Down

0 comments on commit 42474b0

Please sign in to comment.