Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
iem-ci
Commits
74f37f95
Commit
74f37f95
authored
Sep 28, 2020
by
IOhannes m zmoelnig
Browse files
print the current date in the before_script stage
parent
5798c14d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd-lib-builder/iem-ci.yml
View file @
74f37f95
...
...
@@ -74,6 +74,7 @@ variables:
extends
:
.build:script
image
:
registry.git.iem.at/devtools/docker/debiancross:amd64
before_script
:
-
date
-
apt-get update
-
rm -rf "${IEM_CI_TMPDIR}"
-
mkdir -p "${IEM_CI_TMPDIR}"
...
...
@@ -104,6 +105,7 @@ variables:
tags
:
-
osx
before_script
:
-
date
-
if [ -e .git-ci/requirements.brew ]; then brew bundle --no-upgrade --file=.git-ci/requirements.brew; fi
-
wget -q -O Pd.tgz http://msp.ucsd.edu/Software/pd-${PDVERSION}.mac.tar.gz
-
rm -rf /Applications/Pd*.app/
...
...
@@ -121,6 +123,7 @@ variables:
variables
:
IEMCI_CONFIGURATIONS
:
mingw32
before_script
:
-
date
-
if [ -e .git-ci/requirements.msys2 ]; then pacman --noconfirm -S --needed $(cat .git-ci/requirements.msys2 | sed -e 's|#.*||' -e "s|@MINGW@|${MINGW_PACKAGE_PREFIX}-|"); fi
-
wget -q -O Pd.zip http://msp.ucsd.edu/Software/pd-${PDVERSION}-i386.msw.zip
-
rm -rf "${PROGRAMFILESX86}/pd" && mkdir -p "${PROGRAMFILESX86}/pd"
...
...
@@ -140,6 +143,7 @@ variables:
IEMCI_CONFIGURATIONS
:
mingw64
pd_extension
:
m_amd64
before_script
:
-
date
-
if [ -e .git-ci/requirements.msys2 ]; then pacman --noconfirm -S --needed $(cat .git-ci/requirements.msys2 | sed -e 's|#.*||' -e "s|@MINGW@|${MINGW_PACKAGE_PREFIX}-|"); fi
-
wget -q -O Pd.zip http://msp.ucsd.edu/Software/pd-${PDVERSION}.msw.zip
-
rm -rf "${PROGRAMFILES}/pd" && mkdir -p "${PROGRAMFILES}/pd"
...
...
Write
Preview
Supports
Markdown
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