Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
public:crocs:ci [2016-12-01 13:28] – external edit 127.0.0.1 | public:crocs:ci [2024-01-17 17:23] (current) – removed xjancar | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Continuous integration ====== | ||
- | |||
- | ===== Travis CI ===== | ||
- | * https:// | ||
- | * http:// | ||
- | * http:// | ||
- | * http:// | ||
- | < | ||
- | env: | ||
- | global: | ||
- | # The next declaration is the encrypted COVERITY_SCAN_TOKEN, | ||
- | # | ||
- | - secure: " | ||
- | |||
- | addons: | ||
- | coverity_scan: | ||
- | project: | ||
- | name: " | ||
- | description: | ||
- | notification_email: | ||
- | build_command_prepend: | ||
- | build_command: | ||
- | branch_pattern: | ||
- | </ | ||
- | |||
- | ===== BuildHive ===== | ||
- | * https:// | ||