Files @ r24209:155ba259d4af
Branch filter:

Location: cpp/openttd-patchpack/source/azure-pipelines/templates/ci-opengfx.yml

Michael Lutz
Codechange: Replace custom linked list for GRF texts with STL vectors and strings.
1
2
3
4
5
6
7
8
steps:
- bash: |
    set -ex
    cd bin/baseset
    curl -L https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip  > opengfx-all.zip
    unzip opengfx-all.zip
    rm -f opengfx-all.zip
  displayName: 'Install OpenGFX'