summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/ci-opengfx.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/templates/ci-opengfx.yml')
-rw-r--r--azure-pipelines/templates/ci-opengfx.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/azure-pipelines/templates/ci-opengfx.yml b/azure-pipelines/templates/ci-opengfx.yml
new file mode 100644
index 000000000..098f0d2a6
--- /dev/null
+++ b/azure-pipelines/templates/ci-opengfx.yml
@@ -0,0 +1,8 @@
+steps:
+- bash: |
+ set -ex
+ cd bin/baseset
+ curl -L https://binaries.openttd.org/extra/opengfx/0.5.2/opengfx-0.5.2-all.zip > opengfx-0.5.2-all.zip
+ unzip opengfx-0.5.2-all.zip
+ rm -f opengfx-0.5.2-all.zip
+ displayName: 'Install OpenGFX'