Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
public:crocs:ci [2016-12-01 13:28] – external edit 127.0.0.1public:crocs:ci [2024-01-17 17:23] (current) – removed xjancar
Line 1: Line 1:
-====== Continuous integration ====== 
- 
-===== Travis CI ===== 
-  * https://magnum.travis-ci.com/profile 
-  * http://docs.travis-ci.com/user/getting-started/ 
-  * http://docs.travis-ci.com/user/build-configuration/ 
-  * http://cafe.elharo.com/blogroll/ant-tip-1-write-a-master-build-file/ 
-<code> 
-env: 
-  global: 
-   # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created 
-   #   via the "travis encrypt" command using the project repo's public key 
-   - secure: "dEzkoyH1XYZjiUIRp4bukXlZZbObGbUCkp7Wzu/d+ua02LZ6XLwH4Y9dIrFm4egeGtVNBKHUR1iQoSeO5GKIvqwvrlDA0n+4yegCJmsBh08PhSvS3vLApE6IYH4I69wQ8LtAE9t2UIUstGZokXpzvjpluw3hCTWVoNe9ude8sB8=" 
- 
-addons: 
-  coverity_scan: 
-    project: 
-      name: "petrs/EACirc" 
-      description: "Build submitted via Travis CI" 
-    notification_email: petr@svenda.com 
-    build_command_prepend: "" 
-    build_command:   "make -j 4" 
-    branch_pattern: coverity_scan 
-</code> 
- 
-===== BuildHive ===== 
-  * https://buildhive.cloudbees.com