toxon
/
lita-tox
Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/.travis.yml

20 lines
406 B
YAML
Raw Permalink Normal View History

language: ruby
2015-07-25 07:38:42 +00:00
rvm:
2017-07-20 19:19:51 +00:00
- 2.3
- 2.4
2017-07-20 19:19:51 +00:00
services:
- redis-server
before_install:
2017-07-20 19:19:51 +00:00
- sudo apt-get update
- sudo apt-get install -y build-essential libtool autotools-dev automake checkinstall check git yasm
2017-07-20 19:19:51 +00:00
- sudo ./bin/build/libsodium
- sudo ./bin/build/libtoxcore
- sudo mkdir -p '/etc/ld.so.conf.d/'
- echo '/usr/local/lib/' | sudo tee -a '/etc/ld.so.conf.d/locallib.conf'
- sudo ldconfig