mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-08-01 16:15:32 +00:00
Use new build setup
This commit is contained in:
@@ -18,4 +18,4 @@ curl --user tesses50:$PACKAGE_AND_BREW \
|
|||||||
popd
|
popd
|
||||||
popd
|
popd
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
tar --owner=1000 --group=1000 czf artifacts/crosslang-$VERSION\-powerpc.tar.gz -C /home/build/cl/src/usr . -C /opt/cross/staging/ .
|
tar czf artifacts/crosslang-$VERSION\-powerpc.tar.gz --owner=1000 --group=1000 -C /home/build/cl/src/usr . -C /opt/cross/staging/ .
|
||||||
Reference in New Issue
Block a user