mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-22 11:01:50 +00:00
Fix One of the Travis Builds
Fix one of the builds for Travis
Revert "Upgrade UTF8proc"
This reverts commit 76dc969363
.
This commit is contained in:
parent
3772f83fe0
commit
410335c46d
@ -18,5 +18,5 @@ script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd mac; ./build.command; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd mac; ./autogen.sh; ./configure; make; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd linux; ./build; cd ..; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mkdir build; cd build; cmake ../src/; make; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mkdir build; cd build; cmake ../src/; make; cd ..; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd linux; ./autogen.sh; ./configure; make; fi
|
||||
|
Loading…
Reference in New Issue
Block a user