summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1203b32d2..f00610b21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
*~
*.pyc
console/TestCases
+github-deploy-key
+github-deploy-key.pub