Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CI Tooling
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sysadmin
CI Tooling
Commits
212da06f
Commit
212da06f
authored
Feb 07, 2019
by
Bhushan Shah
📱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "android: hopefully fix building of dependencies"
This reverts commit
466681ea
.
parent
466681ea
Pipeline
#827
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pipeline-templates/AndroidQt5.11.template
pipeline-templates/AndroidQt5.11.template
+4
-4
No files found.
pipeline-templates/AndroidQt5.11.template
View file @
212da06f
...
...
@@ -61,14 +61,14 @@ timestamps {
sh """
systemDependencies=`python3 ci-tooling/helpers/getsetting.py --product ${productName} --project ${projectName} --platform ${currentPlatform} --key externalDependencies`
export DESTDIR=INSTALL_ROOT='$WORKSPACE/install-divert/'
export APP_INSTALL_PREFIX='$HOME/install-prefix/'
export DESTDIR=INSTALL_ROOT='
\
$WORKSPACE/install-divert/'
export APP_INSTALL_PREFIX='
\
$HOME/install-prefix/'
mkdir -p '
$DESTDIR/
$APP_INSTALL_PREFIX/'
mkdir -p '
\$DESTDIR/\
$APP_INSTALL_PREFIX/'
\$systemDependencies
rsync -Ha '
$DESTDIR/$APP_INSTALL_PREFIX/' '
$APP_INSTALL_PREFIX/'
rsync -Ha '
\$DESTDIR/\$APP_INSTALL_PREFIX/' '\
$APP_INSTALL_PREFIX/'
"""
}
...
...
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