Skip to content

Commit

Permalink
Enable python code generation on OSX (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh authored Apr 28, 2017
1 parent d3a2625 commit e12fcc7
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 @@ -38,7 +38,7 @@ script:
# will not be able to run MainWindowTest.testDragOperationFromPaletteToPipeline
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]];
then ./gradlew check jacocoTestReport jacocoRootReport --stacktrace -Pheadless=true -PlogTests -Dscan -Pgeneration -PjniLocation=$HOME/opencv/jni -PjvmArgs=["-Dcodegen.python.disabled=true"];
then ./gradlew check jacocoTestReport jacocoRootReport --stacktrace -Pheadless=true -PlogTests -Dscan -Pgeneration -PjniLocation=$HOME/opencv/jni;
else ./gradlew check jacocoTestReport jacocoRootReport --stacktrace -Pheadless=true -PlogTests -Dscan;
fi
Expand Down

0 comments on commit e12fcc7

Please sign in to comment.