aboutsummaryrefslogtreecommitdiff
path: root/scripts/windows/how-to-push.md
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/windows/how-to-push.md')
-rw-r--r--scripts/windows/how-to-push.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/windows/how-to-push.md b/scripts/windows/how-to-push.md
deleted file mode 100644
index 8c1c18d6..00000000
--- a/scripts/windows/how-to-push.md
+++ /dev/null
@@ -1,19 +0,0 @@
-When you want to build a new version of Qt:
-```docker
-docker build -t mxe-windows-static . -f Dockerfile-mxe
-docker tag mxe-windows-static oldmud0/mxe-qt:5.12.1-win32-static-posix
-docker push oldmud0/mxe-qt:5.12.1-win32-static-posix
-```
-
-Remember to log into Docker Hub before attempting to push.
-
-When you want to build a new version of any dependency required for building AO:
-```docker
-docker build -t mxe-windows-static-ao . -f Dockerfile
-docker tag mxe-windows-static-ao registry.gitlab.com/attorneyonline/ao2-client/builder-windows-i686
-docker push registry.gitlab.com/attorneyonline/ao2-client/builder-windows-i686
-```
-
-Remember to create an access token in GitLab before attempting to push.
-
-GitLab CI depends on `builder-windows-i686` image to be present in the repository's registry in order for the Windows build to succeed.