mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-08 15:30:00 +00:00
This also means dropping Debian/jessie, as it has a CMake that is too old (3.0), with no real path to upgrade.
6 lines
240 B
YAML
6 lines
240 B
YAML
steps:
|
|
# Because we run the compile in a docker (under root), we are not owner
|
|
# of the 'bundles' folder. Fix that by executing a chown on it.
|
|
- bash: sudo chown -R $(id -u):$(id -g) build/bundles
|
|
displayName: 'Claim bundles folder back'
|