Skip to content

Commit

Permalink
added installed pkg list
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Mar 13, 2024
1 parent 0e0aa2b commit 124f408
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,15 @@ git config user.name github

d="$(date +"%Y-%m-%d_%H.%M.%S")_$REPOSITORY_NAME"
mkdir -p "$d"

cd "$d"

mv /tmp/coredump/* ./
cp -L $WORKSPACE/devel/lib/*.so ./

sudo apt-get -y install aptitude
aptitude search -F '%p %V' --disable-columns '~S ~i ?origin("ctu-mrs")' > installed_packages.txt

cd ..
tar -cvzf "$d.tar.gz" "$d"
rm -rf "$d"
Expand Down

0 comments on commit 124f408

Please sign in to comment.