mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 22:47:57 -05:00
`kiwix-build` now publish intermediate dependencies archives in a http accessible location. Let's use this location instead of `scp` the archives.
14 lines
277 B
YAML
14 lines
277 B
YAML
language: cpp
|
|
dist: trusty
|
|
sudo: required
|
|
cache: ccache
|
|
install: travis/install_deps.sh
|
|
script: travis/compile.sh
|
|
env:
|
|
- PLATFORM="native_static"
|
|
- PLATFORM="native_dyn"
|
|
- PLATFORM="win32_static"
|
|
- PLATFORM="win32_dyn"
|
|
- PLATFORM="android_arm"
|
|
- PLATFORM="android_arm64"
|