You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/azure-pipelines/templates/osx-build.yml

10 lines
110 B
YAML

steps:
- script: |
set -ex
mkdir build
cd build
cmake ..
make -j2
displayName: 'Build'