blob: 8208d67e82b802c952acf6565d335028ae11c2b0 [file] [log] [blame]
kind: autotools
variables:
result: "Nothing"
(?):
- machine_os == "Linux":
result: "Linuxy"
- machine_os == "Darwin":
result: "Darwiny"
- machine_os == "SunOS":
result: "SunOSy"
- machine_os == "FreeBSD":
result: "FreeBSDy"