Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
(Travis CI)
|
|
|
|
|
|
Automatic tests of scripting API are made with Python scripts:
- unparse.py: convert Python code to other languages
- testapigen.py: generate scripts in all languages to test the API
- testapi.py scripting API tests
|
|
|
|
|
|
|
|
|
|
This plugin requires PHP >= 7.0.
|
|
|
|
|
|
The Debian package libcpputest-dev becomes useless as it's available in
the repositories now.
|
|
|
|
|
|
|
|
|
|
|
|
With HTTPS, it often fails with no reason
(error: "curl: (28) SSL connection timeout").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fash_finish makes it so that if one job fails, the build is marked as
failed without having to wait for the other jobs to finish. If there are
still unfinished jobs at the time of failure, they continue running
after the build has been marked as failed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mk-build-deps (Travis)
|
|
|
|
|