Deploy open-power/op-build to github.com/open-power/op-build.git:gh-pages
diff --git a/_sources/process/building-with-ci.rst.txt b/_sources/process/building-with-ci.rst.txt
new file mode 100644
index 0000000..471681d
--- /dev/null
+++ b/_sources/process/building-with-ci.rst.txt
@@ -0,0 +1,11 @@
+Building with ci scripts
+========================
+
+op-build has several build scripts in the ci/ directory aimed at being used to
+help continuous integration environments, as well as specifying build
+dependencies as code.
+
+These use Docker containers for the build environment.
+
+It is recommended you use (or send patches so that you can use them) these over
+rolling your own scripts.