Add DMG wrapping to CI
This commit is contained in:
committed by
Sheepit Renderfarm
parent
3c5b3aba99
commit
a5cce0ecc6
11
dmg-wrapper/build-libdmg-hfsplus.sh
Executable file
11
dmg-wrapper/build-libdmg-hfsplus.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt-get install git cmake build-essential zlib1g-dev
|
||||
|
||||
git clone https://github.com/fanquake/libdmg-hfsplus.git
|
||||
cd libdmg-hfsplus
|
||||
cmake . -B build
|
||||
make -C build/dmg -j8
|
||||
mv build/dmg/dmg ..
|
||||
cd ..
|
||||
rm -rf libdmg-hfsplus/
|
||||
Reference in New Issue
Block a user