forked from kiwix/kiwix-tools
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
488 B
18 lines
488 B
language: cpp
|
|
dist: trusty
|
|
sudo: required
|
|
before_install:
|
|
- openssl aes-256-cbc -K $encrypted_03ff56ac6b2e_key -iv $encrypted_03ff56ac6b2e_iv
|
|
-in travis/travisci_builder_id_key.enc -out travis/travisci_builder_id_key -d
|
|
- chmod 600 travis/travisci_builder_id_key
|
|
cache: ccache
|
|
install: travis/install_deps.sh
|
|
script: travis/compile.sh
|
|
env:
|
|
- PLATFORM="native_static"
|
|
- PLATFORM="native_dyn"
|
|
- PLATFORM="win32_static"
|
|
- PLATFORM="win32_dyn"
|
|
addons:
|
|
ssh_known_hosts: download.kiwix.org
|