mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Update .travis.yml
This commit is contained in:
parent
57947cd053
commit
25225117b6
@ -36,7 +36,7 @@ install:
|
||||
- unzip leptonica.zip -d .
|
||||
- cmake -Hleptonica-master -Bleptonica-master/build
|
||||
- make -C leptonica-master/build
|
||||
- if [ $LINUX && "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
- if [[ $LINUX && "$CXX" = "g++" ]]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
|
||||
script:
|
||||
- mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user