Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:crocs:ci [2014-12-26 16:03] – Page moved from public:ci to public:crocs:ci mukrop | 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:// | ||