Files
lifting-bits-remill/scripts/emit-artifact.sh
2020-08-07 17:09:38 -04:00

10 lines
310 B
Bash
Executable File

#!/bin/bash
# This script is run inside Github Actions CI to create an archive of a fully-built project
# install pixz for parallel xz
apt-get update
apt-get install -yqq pixz
# compress /opt/trailofbits/libraries and emit it to $1
echo "Compressing to: ${1}"
tar -Ipixz -cf "${1}" -C /opt/trailofbits remill