Add publish script to the CI environment 92/592/8
authorE. Scott Daniels <daniels@research.att.com>
Tue, 30 Jul 2019 16:37:48 +0000 (12:37 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 31 Jul 2019 14:16:55 +0000 (10:16 -0400)
commit95359300395bf91683a15e4b66547b04d16be0e7
treeb2646d6a911fbbec07eeef3413ea986662d01559
parentcac756cf190059150080878a433478e348e45490
Add publish script to the CI environment

The docker file will now set an entrypoint such that when the
container is run the ci/publish.ksh script is executed. The purpose
of the script is to copy the packages built into the image to a
mounted volume (/export by default). This eliminated the need for
an external process to extract files from the container.

Change-Id: I45ce98143bb84d2a802e1823ff003396bda6c9fe
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
CMakeLists.txt
ci/Dockerfile
ci/ci_build.ksh
ci/publish.sh [new file with mode: 0755]