add ci pipeline

pull/112/head
Alya Sirko 2022-09-10 16:53:51 +03:00
parent 1073447e73
commit 7c0f3f9aee
1 changed files with 1 additions and 1 deletions

2
ci.py
View File

@ -36,7 +36,7 @@ def podman_online(dir, *args):
])
def podman_ci(dir, *args):
subprocess.run(["podman", "run", "-it", "--rm", "--privileged", f"--workdir={dir}",
subprocess.run(["podman", "run", "--rm", "--privileged", f"--workdir={dir}",
"-v", os.getcwd() + f":{CONTAINER_HOME}/src:U",
CONTAINER_IMAGE, "bash", "-c", ' '.join(args)
])