mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
7 lines
215 B
YAML
7 lines
215 B
YAML
|
steps:
|
||
|
- script: |
|
||
|
set -e
|
||
|
echo "Running make target 'rpms'"
|
||
|
make V=0 rpms LOG_COMPILE='gdb.minimal -return-child-result -ex run -ex "thread apply all bt" -ex "quit" --args'
|
||
|
displayName: Build packages
|