summaryrefslogtreecommitdiff
path: root/test.ps1
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-02-16 14:53:52 -0800
committerAdam Hupp <adam@hupp.org>2021-02-16 15:00:58 -0800
commitfc28c87e010eed27fce37615202280feebaa1fc0 (patch)
tree102be8903060158816971d856d8a8f12252d41ba /test.ps1
parentcc4c21ceb62b506aed017449b3d251c6e65924e8 (diff)
downloadpython-magic-fc28c87e010eed27fce37615202280feebaa1fc0.tar.gz
add docker test for alpine linux
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