2014-05-02 13:19:42 +08:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.6
|
|
|
|
- 2.7
|
2014-10-31 18:29:27 +08:00
|
|
|
- 3.3
|
|
|
|
- 3.4
|
2014-07-11 17:35:47 +08:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- dante-1.4.0
|
2014-05-02 13:19:42 +08:00
|
|
|
before_install:
|
|
|
|
- sudo apt-get update -qq
|
2015-01-12 14:11:33 +08:00
|
|
|
- sudo apt-get install -qq build-essential dnsutils iproute nginx bc
|
2017-09-06 15:19:45 +08:00
|
|
|
- sudo dd if=/dev/urandom of=/usr/share/nginx/html/file bs=1M count=10
|
2015-02-10 18:01:53 +08:00
|
|
|
- sudo sh -c "echo '127.0.0.1 localhost' > /etc/hosts"
|
2014-12-23 13:09:51 +08:00
|
|
|
- sudo service nginx restart
|
2015-07-10 15:02:33 +08:00
|
|
|
- pip install pep8 pyflakes nose coverage PySocks
|
2014-07-11 17:35:47 +08:00
|
|
|
- sudo tests/socksify/install.sh
|
2014-12-10 23:15:24 +08:00
|
|
|
- sudo tests/libsodium/install.sh
|
2017-04-29 14:27:55 +08:00
|
|
|
- sudo tests/libmbedtls/install.sh
|
|
|
|
- sudo tests/libopenssl/install.sh
|
2014-12-23 14:20:46 +08:00
|
|
|
- sudo tests/setup_tc.sh
|
2014-05-02 13:19:42 +08:00
|
|
|
script:
|
2015-02-10 17:02:31 +08:00
|
|
|
- tests/jenkins.sh
|