mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix travis build
This commit is contained in:
@@ -10,7 +10,11 @@ env:
|
||||
- EMULATE_READER=1 USE_NO_CCACHE=1
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq g++-4.8
|
||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
|
||||
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
|
||||
|
||||
install:
|
||||
# nasm for building libpng
|
||||
|
||||
2
base
2
base
Submodule base updated: dd4d31c222...9d9e129733
Reference in New Issue
Block a user