Skip to content

Commit

Permalink
OSX Build advene
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Aug 29, 2024
1 parent cde2980 commit 4f3cf64
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions dev/osx_bundle/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,4 @@ source env.sh
cargo -V || (echo "Requires rust"; exit 1)

jhbuild --no-interact build meta-bootstrap
#jhbuild build advene
jhbuild --no-interact build pulseaudio

# Ref dir:
# /Users/runner/work/advene/advene/dev/osx_bundle/_home/jhbuild_checkoutroot/pulseaudio-v17.0/
LOGDIR=/Users/runner/work/advene/advene/dev/osx_bundle/_home/.cache/jhbuild/build/pulseaudio-v17.0/meson-logs/
ls -l $LOGDIR
echo "################################################################################# meson-log.txt"
[ -f $LOGDIR/meson-log.txt ] && cat $LOGDIR/meson-log.txt
echo "################################################################################# install-log.txt"
[ -f $LOGDIR/install-log.txt ] && cat $LOGDIR/install-log.txt
echo "#################################################################################"
jhbuild --no-interact build advene

0 comments on commit 4f3cf64

Please sign in to comment.