Skip to content

Commit

Permalink
Issue #542: Reactivated tests for iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
tteuling committed Jan 20, 2018
1 parent af02122 commit 23283c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/build.sh
Expand Up @@ -37,7 +37,7 @@ if [ "$TARGET" = "build" ]; then
cd build

if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$PLATFORM" = "ios" ] ; then
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/iOS.cmake -DMARISA_INCLUDE_DIRS=/usr/local/include/ -DPKG_CONFIG_EXECUTABLE=/usr/local/bin/pkg-config -DOSMSCOUT_BUILD_TESTS=OFF ..
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/iOS.cmake -DMARISA_INCLUDE_DIRS=/usr/local/include/ -DPKG_CONFIG_EXECUTABLE=/usr/local/bin/pkg-config ..
else
cmake ..
fi
Expand Down

0 comments on commit 23283c7

Please sign in to comment.