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
09bb5211
Commit
09bb5211
authored
Mar 30, 2020
by
IOhannes m zmölnig
Browse files
fixed path for resolving local-deps
parent
f71fcf9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd-lib-builder/iem-ci.yml
View file @
09bb5211
...
...
@@ -110,7 +110,7 @@ variables:
-
export PD=$(find /Applications/Pd*.app/Contents/Resources/bin/ type f -name pd -print -quit)
after_script
:
-
*script_fetch_localdeps
-
if [ -x .git-ci/localdeps.macos.sh ]; then find "${IEM_CI_
TMPDIR}/${IEM_CI_
PKGLIBDIR:-${CI_PROJECT_NAME}}" -type f "(" -name "*.pd_darwin" -o -name "*.so" ")" -exec .git-ci/localdeps.macos.sh {} +; fi
-
if [ -x .git-ci/localdeps.macos.sh ]; then find "${IEM_CI_PKGLIBDIR:-${CI_PROJECT_NAME}}" -type f "(" -name "*.pd_darwin" -o -name "*.so" ")" -exec .git-ci/localdeps.macos.sh {} +; fi
.build:w32: &build_w32
extends
:
.build:script
...
...
@@ -128,7 +128,7 @@ variables:
-
export PD="${PROGRAMFILESX86}/pd/bin/pd.com"
after_script
:
-
*script_fetch_localdeps
-
if [ -x .git-ci/localdeps.win.sh ]; then find "${IEM_CI_
TMPDIR}/${IEM_CI_
PKGLIBDIR:-${CI_PROJECT_NAME}}" -type f "(" -name "*.${pd_extension:-m_i386}" -o -name "*.dll" -o -name "*.exe" -o -name "*.com" ")" -exec .git-ci/localdeps.win.sh {} +; fi
-
if [ -x .git-ci/localdeps.win.sh ]; then find "${IEM_CI_PKGLIBDIR:-${CI_PROJECT_NAME}}" -type f "(" -name "*.${pd_extension:-m_i386}" -o -name "*.dll" -o -name "*.exe" -o -name "*.com" ")" -exec .git-ci/localdeps.win.sh {} +; fi
.build:w64: &build_w64
extends
:
.build:script
...
...
@@ -147,7 +147,7 @@ variables:
-
export PD="${PROGRAMFILES}/pd/bin/pd.com"
after_script
:
-
*script_fetch_localdeps
-
if [ -x .git-ci/localdeps.win.sh ]; then find "${IEM_CI_
TMPDIR}/${IEM_CI_
PKGLIBDIR:-${CI_PROJECT_NAME}}" -type f "(" -name "*.${pd_extension:-m_amd64}" -o -name "*.dll" -o -name "*.exe" -o -name "*.com" ")" -exec .git-ci/localdeps.win.sh {} +; fi
-
if [ -x .git-ci/localdeps.win.sh ]; then find "${IEM_CI_PKGLIBDIR:-${CI_PROJECT_NAME}}" -type f "(" -name "*.${pd_extension:-m_amd64}" -o -name "*.dll" -o -name "*.exe" -o -name "*.com" ")" -exec .git-ci/localdeps.win.sh {} +; fi
#######################################################################
### the actual jobs: (linux,macos,windows)*(release,snapshot)
...
...
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