Add Atom build tests and README

This commit is contained in:
cryobry
2020-05-10 13:05:12 -04:00
parent e617825cfb
commit 83e6edbabe
4 changed files with 54 additions and 1 deletions

5
.atom-build.yml Normal file
View File

@@ -0,0 +1,5 @@
cmd: './podmanRun -o "--name=bash_{FILE_ACTIVE_NAME_BASE} -v={FILE_ACTIVE_PATH}:{FILE_ACTIVE_PATH}:z -w={FILE_ACTIVE_PATH} ubuntu:latest" test.sh "hello world!"'
name: 'Test podmanRun'
targets:
Test podmanRun w/ debug:
cmd: './podmanRun --debug -o "--name=bash_{FILE_ACTIVE_NAME_BASE} -v={FILE_ACTIVE_PATH}:{FILE_ACTIVE_PATH}:z -w={FILE_ACTIVE_PATH} ubuntu:latest" test.sh "hello world!"'