This aids troubleshooting when we notice a failure in the default
configuration.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
- ./automation/scripts/build 2>&1 | tee build.log
artifacts:
paths:
- - xen/.config
+ - xen-config
- '*.log'
when: always
except:
make -j$(nproc) dist
+# Extract artifacts to avoid getting rewritten by customised builds
+cp xen/.config xen-config
+
# Build all the configs we care about
case ${XEN_TARGET_ARCH} in
x86_64) arch=x86 ;;