aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-04-25 15:00:02 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-04-26 15:50:53 +0000
commit2aff3114237294c08dee8a90d403c1b98c64b079 (patch)
tree843ce3ec4723ea11fcce2ae25e40ce412e65c418 /coin
parentd61ac6c2f03695a7184c964b0cc092c24b829f24 (diff)
Add coin provisioning directory
Change-Id: I76c5c5b7a1ca41758964923d3eb5c9e644f468be Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'coin')
-rw-r--r--coin/README9
-rw-r--r--coin/provisioning/qtci-linux-RHEL-6.6-x86_64/odbc.sh4
2 files changed, 13 insertions, 0 deletions
diff --git a/coin/README b/coin/README
new file mode 100644
index 00000000..891d7202
--- /dev/null
+++ b/coin/README
@@ -0,0 +1,9 @@
+Continuous Integration
+======================
+
+This directory contains files used by Qt's Continuous Integration system (Coin).
+
+provisioning
+------------
+Contains scripts that apply to different test machines in order to run automatic tests on them.
+
diff --git a/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/odbc.sh b/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/odbc.sh
new file mode 100644
index 00000000..f6c90a75
--- /dev/null
+++ b/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/odbc.sh
@@ -0,0 +1,4 @@
+# provides: odbc devel packages on RHEL
+# version: provided by default Linux distribution repository
+# needed for configure -plugin-sql-odbc in qtbase
+sudo yum install -y unixODBC-devel