summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorjugglinmike <mike@mikepennisi.com>2017-04-10 15:31:19 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-04-10 15:31:19 -0400
commitbcb7651529bc641bf7bfe1c62efcd7b5bcb5b2ab (patch)
treeaada62db5d9999739a83d80bef8fa18f8937106e /CONTRIBUTING.md
parentda764cafa28ea15b194ac545dc1b67c707c62296 (diff)
downloadqtdeclarative-testsuites-bcb7651529bc641bf7bfe1c62efcd7b5bcb5b2ab.tar.gz
Automate deployment (#546)
Introduce configuration to allow build servers provided by the Travis CI service to execute the test generation tool and commit the resultant files to the canonical upstream repository. Enabling this workflow required additional administrative work: 1. Create an account with TravisCI 2. Install the `travis` command-line utility 3. Create a "deploy key" and an encrypted version using the command `./make.py github_deploy_key_enc` 4. Register the deploy key with the project's GitHub account 5. Check the encrypted deploy key to the repository 6. Configure the TravisCI service to automatically build this project
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index df2d290ac..740e7f852 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -282,3 +282,5 @@ To remove all generated files:
The executable located at `tools/generation/generator.py` offers additional control over the generation procedure.
./tools/generation/generator.py --help
+
+Tests expressed with this convention are built automatically following the source files' acceptance into the project. Patches should **not** include assets built from these sources.