mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-10 08:17:05 +00:00
6 lines
159 B
YAML
6 lines
159 B
YAML
|
steps:
|
||
|
- script: './configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig --enable-static'
|
||
|
displayName: 'Configure'
|
||
|
- script: 'make -j2'
|
||
|
displayName: 'Build'
|