Enable ubsan stack trace printing on community job

Try to do this using "variables" -- apparently these get uppercased
and are made available as environment variables.
This commit is contained in:
Nikita Popov 2019-09-27 11:16:22 +02:00
parent b154c12cc9
commit a020d3bbea

View File

@ -17,6 +17,8 @@ jobs:
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
pool:
vmImage: 'ubuntu-latest'
variables:
ubsan_options: 'print_stacktrace=1'
steps:
- template: apt.yml
- script: |