Files @ r24353:3181b4904b04
Branch filter:

Location: cpp/openttd-patchpack/source/azure-pipelines/templates/osx-build.yml

translators
Update: Translations from eints
german: 1 change by frosch123
1
2
3
4
5
6
7
8
9
steps:
- script: |
    set -ex

    mkdir build
    cd build
    cmake ..
    make -j2
  displayName: 'Build'