Skip to content

Commit

Permalink
travis: add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jun 2, 2020
1 parent f2ae1bf commit 628aa94
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: generic
sudo: false

dist: xenial
addons:
apt:
packages:
- build-essential
- make

cache:
ccache: false
directories:
- $HOME/opt

before_install:
- echo 0 | sudo dd of=/proc/sys/kernel/yama/ptrace_scope
- mkdir /tmp/web
- sudo ./Sphinxsetup.sh

script:
- ./update.py --parallel 4 --verbose --destdir=/tmp/web

matrix:
fast_finish: true
include:
- if: type != cron
compiler: "Sphinx"
env: TEST="1"

0 comments on commit 628aa94

Please sign in to comment.