summaryrefslogtreecommitdiff
path: root/test.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'test.ps1')
-rw-r--r--test.ps111
1 files changed, 0 insertions, 11 deletions
diff --git a/test.ps1 b/test.ps1
deleted file mode 100644
index 14a7070..0000000
--- a/test.ps1
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-function TestInContainer($name) {
- $TAG="python_magic/${name}:latest"
- docker build -t $TAG -f "test/Dockerfile_${name}" .
- docker run "python_magic/${name}:latest"
-}
-
-TestInContainer "xenial"
-TestInContainer "bionic"
-TestInContainer "focal" \ No newline at end of file