mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 16:58:55 +00:00
Ensure s3fs compiles with C++03
This commit is contained in:
parent
fa287aeef7
commit
6ac8618381
@ -32,7 +32,7 @@ matrix:
|
|||||||
- sudo update-alternatives --set java /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
|
- sudo update-alternatives --set java /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure CPPFLAGS='-I/usr/local/opt/openssl/include'
|
- ./configure CPPFLAGS='-I/usr/local/opt/openssl/include' CXXFLAGS='-std=c++03'
|
||||||
- make
|
- make
|
||||||
- make cppcheck
|
- make cppcheck
|
||||||
- make check -C src
|
- make check -C src
|
||||||
@ -54,7 +54,7 @@ matrix:
|
|||||||
- brew install cppcheck
|
- brew install cppcheck
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- PKG_CONFIG_PATH=/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig ./configure
|
- PKG_CONFIG_PATH=/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig ./configure CXXFLAGS='-std=c++03'
|
||||||
- make
|
- make
|
||||||
- make cppcheck
|
- make cppcheck
|
||||||
- make check -C src
|
- make check -C src
|
||||||
@ -80,7 +80,7 @@ matrix:
|
|||||||
- cd ../
|
- cd ../
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure CPPFLAGS='-I/usr/local/opt/openssl/include'
|
- ./configure CPPFLAGS='-I/usr/local/opt/openssl/include' CXXFLAGS='-std=c++03'
|
||||||
- make
|
- make
|
||||||
- make cppcheck
|
- make cppcheck
|
||||||
- make check -C src
|
- make check -C src
|
||||||
|
Loading…
Reference in New Issue
Block a user