mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +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'
|