mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-09 19:10:38 +00:00
4218ebc932
This also means dropping Debian/jessie, as it has a CMake that is too old (3.0), with no real path to upgrade.
10 lines
110 B
YAML
10 lines
110 B
YAML
steps:
|
|
- script: |
|
|
set -ex
|
|
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make -j2
|
|
displayName: 'Build'
|