Skip to content

Commit

Permalink
[ci] print more build information
Browse files Browse the repository at this point in the history
Related: #431
  • Loading branch information
umlaeute committed Jun 19, 2024
1 parent 7199a93 commit 65755ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .git-ci/gitlab-iem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,19 @@ stages:
stage: build
script:
- *script_zsh_compat
# print some system information
- echo building against Pd-${PDVERSION}
- echo building with ${NUMBER_OF_PROCESSORS:=$(nproc || sysctl -n hw.ncpu || echo 1)} CPUs
- tools/systeminfo.sh || true
- date
- autoreconf --version || true
- aclocal --version || true
- glibtoolize --version || libtoolize --version || true
- autoconf --version || true
- autoheader --version || true
- automake --version || true
- g++ -v
# the actual build
- mkdir -pv "${ARTIFACTSDIR}"
- autoreconf -fiv || ./autogen.sh
- ./configure --disable-dependency-tracking ${TARGETARCH:+--host=}${TARGETARCH} ${fat_binary:+--enable-fat-binary=}${fat_binary} ${PDDIR:+--with-pd=}${PDDIR} ${pd_extension:+--with-extension=}${pd_extension} ${gem_defaultwindow:+--with-defaultwindow=}${gem_defaultwindow} --with-DeckLink=local || true
Expand Down

0 comments on commit 65755ed

Please sign in to comment.