-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable code generation tests on travis (#901)
- Loading branch information
1 parent
c826afc
commit a0df5cf
Showing
2 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#!/bin/bash | ||
|
||
brew update | ||
brew install gcc | ||
brew upgrade gcc | ||
brew install cmake | ||
brew upgrade cmake | ||
brew install ant | ||
brew upgrade ant | ||
brew install python3 | ||
brew linkapps python3 | ||
pip3 install numpy | ||
pip3 install opencv-python | ||
mkdir -p $HOME/opencv/jni | ||
#brew update | ||
#brew install gcc | ||
#brew upgrade gcc | ||
#brew install cmake | ||
#brew upgrade cmake | ||
#brew install ant | ||
#brew upgrade ant | ||
#brew install python3 | ||
#brew linkapps python3 | ||
#pip3 install numpy | ||
#pip3 install opencv-python | ||
#mkdir -p $HOME/opencv/jni |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters