mirror of
https://github.com/taglib/taglib.git
synced 2025-07-24 16:04:29 -04:00
Merge branch 'master' into merge-master-to-taglib2
# Conflicts: # ConfigureChecks.cmake # taglib/CMakeLists.txt # taglib/mpeg/id3v2/frames/synchronizedlyricsframe.cpp # taglib/toolkit/tfilestream.cpp
This commit is contained in:
@ -6,6 +6,8 @@ os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
dist: trusty
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
@ -25,5 +27,4 @@ matrix:
|
||||
install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install cppunit; fi
|
||||
|
||||
script: cmake -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON -DBUILD_BINDINGS=ON . && make && make check
|
||||
|
||||
script: cmake -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON -DBUILD_BINDINGS=ON -DCMAKE_CXX_FLAGS="-std=c++11" . && make && make check
|
||||
|
Reference in New Issue
Block a user