Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sysadmin
CI Tooling
Commits
98e8ebd1
Commit
98e8ebd1
authored
Jan 22, 2017
by
Ben Cooksley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix imports
parent
381ef791
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
helpers/compile-build.py
helpers/compile-build.py
+1
-0
pipeline-templates/XenialQt5.7.template
pipeline-templates/XenialQt5.7.template
+1
-1
No files found.
helpers/compile-build.py
View file @
98e8ebd1
#!/usr/bin/python3
import
os
import
sys
import
argparse
from
helperslib
import
BuildSpecs
,
BuildSystem
,
CommonUtils
,
EnvironmentHandler
...
...
pipeline-templates/XenialQt5.7.template
View file @
98e8ebd1
...
...
@@ -73,7 +73,7 @@ node('LABEL HERE') {
// Finally we can build it! (Once again, through a helper)
stage('Compiling') {
// We use a helper here so we can determine the appropriate number of CPUs (-j) to build with
sh 'python ci-tooling/helpers/compile-build.py --project projectName --branchGroup branchGroup --platform XenialQt5.7 --
i
nstall
To
$WORKSPACE/install-prefix/'
sh 'python ci-tooling/helpers/compile-build.py --project projectName --branchGroup branchGroup --platform XenialQt5.7 --
usingI
nstall $WORKSPACE/install-prefix/'
}
// Now ensure that it installs....
...
...
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