add test script
This commit is contained in:
parent
f8647695a0
commit
c4df134f53
1 changed files with 17 additions and 0 deletions
17
test-pack
Executable file
17
test-pack
Executable file
|
@ -0,0 +1,17 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
make distclean
|
||||||
|
./bootstrap.sh
|
||||||
|
./configure GUILE=$(which guile)
|
||||||
|
make -j24
|
||||||
|
make dist
|
||||||
|
|
||||||
|
TARBALL=$(guix pack -R -Sbloatrunner=bin -L .guix/modules bloatrunner)
|
||||||
|
|
||||||
|
cd /tmp/bloatrunner
|
||||||
|
chmod -R +w gnu
|
||||||
|
rm -rf /tmp/bloatrunner/*
|
||||||
|
tar -xf $TARBALL
|
||||||
|
bloatrunner/bloatrunner
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue