]> gitweb.factorcode.org Git - factor.git/commit
ci: Start new vocabs.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 21 Jul 2018 20:26:37 +0000 (15:26 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 21 Jul 2018 20:27:25 +0000 (15:27 -0500)
commit0655ed4e001312e2483c40dd6545adb159b7e2c0
tree4aa6fdabff1ba22fa5fc56ca23399de85c2f7865
parent12918ae2a59894cd0107a656ea4855bb26ef00ec
ci: Start new vocabs.

Add ci.docker for running commands in docker.
Add ci.run-process for running commands and capturing everything from their run.

USE: ci.docker USE: ci.run-process
{ "run" "hello-world" } "docker" find-in-standard-login-path prefix
ci-run-process>autopsy autopsy.
extra/ci/docker/authors.txt [new file with mode: 0644]
extra/ci/docker/docker.factor [new file with mode: 0644]
extra/ci/run-process/authors.txt [new file with mode: 0644]
extra/ci/run-process/run-process.factor [new file with mode: 0644]