Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
Gem
Commits
3a0f2a87
Commit
3a0f2a87
authored
Feb 11, 2019
by
IOhannes m zmölnig
Browse files
[ci] debugging printout of compiler version
parent
89177299
Changes
1
Hide whitespace changes
Inline
Side-by-side
.git-ci/gitlab-iem.yml
View file @
3a0f2a87
...
...
@@ -36,6 +36,7 @@ variables:
-
apt-get build-dep -y --no-install-recommends gem ||
true
-
apt-get install -y --no-install-recommends libassimp-dev
-
date
-
g++ -v
script
:
-
./autogen.sh
-
./configure --with-DeckLink=local
...
...
@@ -58,6 +59,7 @@ variables:
-
echo "PDDIR=${PDDIR}"
-
brew bundle --no-upgrade --file=.git-ci/macOS.brew
-
date
-
g++ -v
script
:
-
/usr/local/opt/gettext/bin/gettextize
-
autoreconf -fiv
...
...
@@ -84,6 +86,7 @@ variables:
-
export PD="_pd/bin/pd.com"
-
pacman --noconfirm -S $(cat .git-ci/msys2.pacman | sed -e 's|#.*||' -e "s|@MINGW@|${MINGW_PACKAGE_PREFIX}-|")
-
date
-
g++ -v
script
:
-
autoreconf -fiv || ./autogen.sh
-
./configure --with-pd="$(pwd)/_pd" --with-DeckLink=local CXXFLAGS="-g -O2 -fexceptions"
...
...
@@ -109,6 +112,7 @@ variables:
-
export PD="_pd/bin/pd.com"
-
pacman --noconfirm -S $(cat .git-ci/msys2.pacman | sed -e 's|#.*||' -e "s|@MINGW@|${MINGW_PACKAGE_PREFIX}-|")
-
date
-
g++ -v
script
:
-
autoreconf -fiv || ./autogen.sh
-
./configure --with-pd="$(pwd)/_pd" --with-DeckLink=local
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment