Aegisub/.ci/debian/entrypoint.sh

8 lines
97 B
Bash
Raw Normal View History

2019-10-18 00:07:59 +02:00
#!/bin/sh -e
export MAKEFLAGS="-j$(nproc)"
cd /aegisub
dpkg-buildpackage -nc
mv ../*.deb /out/