mirror of https://github.com/svaarala/duktape.git
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.
17 lines
446 B
17 lines
446 B
language: c
|
|
sudo: required
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install bc
|
|
- sudo apt-get install python-rdflib python-yaml
|
|
- sudo apt-get install tidy
|
|
#compiler:
|
|
# - clang
|
|
# - gcc
|
|
script:
|
|
# Apply TRAVIS=1 to codepolicycheck to make it error out on failures;
|
|
# don't prevent apitest/qecmatest which also do a policy check.
|
|
- TRAVIS=1 make codepolicycheck
|
|
- make tidy-site
|
|
- make apitest
|
|
- make qecmatest
|
|
|