Skip to content

Commit

Permalink
macOS: less verbose tcl/tk builds
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Nov 4, 2021
1 parent f7756fb commit c7d4300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iem-ci/gitlab-iem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ variables:
before_script:
- HOMEBREW_NO_AUTO_UPDATE=1 brew install jack || true
- VERSION=$(git describe --tags || echo 0.0)
- mac/tcltk-wish.sh "${TCLTK_VERSION}"
- mac/tcltk-wish.sh "${TCLTK_VERSION}" | sed -e 's|\(-D[^ ]* \)|@DFLAGS@ |g' -e 's|@DFLAGS@.*@DFLAGS@|@FLAGS@|'
script:
- ./autogen.sh
- ./configure CPPFLAGS="-DPD_FLOATSIZE=${PD_FLOATSIZE}"
- ./configure --enable-jack CPPFLAGS="-DPD_FLOATSIZE=${PD_FLOATSIZE}"
- make
- mac/osx-app.sh --wish "Wish-${TCLTK_VERSION}.app" ${VERSION}

Expand Down

0 comments on commit c7d4300

Please sign in to comment.