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
b6bc0aa3
Commit
b6bc0aa3
authored
Aug 22, 2018
by
Ben Cooksley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare to deploy Qt 5.11 to production
parent
fe0711be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
custom-jobs/Craft Setup Deploy.pipeline
custom-jobs/Craft Setup Deploy.pipeline
+9
-9
No files found.
custom-jobs/Craft Setup Deploy.pipeline
View file @
b6bc0aa3
...
...
@@ -17,15 +17,15 @@ node( "Windows Builder 1" ) {
// Make sure that Craftmaster and the CI Tooling is up to date
bat """
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/craftmaster --into "C:/Craft/CI
2
/" --branch stable
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/sysadmin/ci-tooling --into "C:/Craft/CI
2
/" --branch master
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/craftmaster --into "C:/Craft/CI/" --branch stable
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/sysadmin/ci-tooling --into "C:/Craft/CI/" --branch master
"""
}
// Now that is done, it's time to rebuild the Craft Cache!
stage('Update Craft Setup') {
bat """
cd C:\\Craft\\CI
2
\\craftmaster\\
cd C:\\Craft\\CI\\craftmaster\\
python Craftmaster.py --config config/CraftBinaryCache.ini --target=windows-msvc2017_64-cl-debug -c -i --no-cache craft
python Craftmaster.py --config config/CraftBinaryCache.ini --target=windows-msvc2017_64-cl-debug -c --list-file ../ci-tooling/craftmaster/packages.list
"""
...
...
@@ -52,15 +52,15 @@ node( "Windows Builder 2" ) {
// Make sure that Craftmaster and the CI Tooling is up to date
bat """
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/craftmaster --into "C:/Craft/CI
2
/" --branch stable
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/sysadmin/ci-tooling --into "C:/Craft/CI
2
/" --branch master
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/craftmaster --into "C:/Craft/CI/" --branch stable
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/sysadmin/ci-tooling --into "C:/Craft/CI/" --branch master
"""
}
// Now that is done, it's time to rebuild the Craft Cache!
stage('Update Craft Setup') {
bat """
cd C:\\Craft\\CI
2
\\craftmaster\\
cd C:\\Craft\\CI\\craftmaster\\
python Craftmaster.py --config config/CraftBinaryCache.ini --target=windows-msvc2017_64-cl-debug -c -i --no-cache craft
python Craftmaster.py --config config/CraftBinaryCache.ini --target=windows-msvc2017_64-cl-debug -c --list-file ../ci-tooling/craftmaster/packages.list
"""
...
...
@@ -87,15 +87,15 @@ node( "Windows Builder 3" ) {
// Make sure that Craftmaster and the CI Tooling is up to date
bat """
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/craftmaster --into "C:/Craft/CI
2
/" --branch stable
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/sysadmin/ci-tooling --into "C:/Craft/CI
2
/" --branch master
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/craftmaster --into "C:/Craft/CI/" --branch stable
python "%WORKSPACE%\\bf-tooling\\craft\\checkout-repository.py" --repository git://anongit.kde.org/sysadmin/ci-tooling --into "C:/Craft/CI/" --branch master
"""
}
// Now that is done, it's time to rebuild the Craft Cache!
stage('Update Craft Setup') {
bat """
cd C:\\Craft\\CI
2
\\craftmaster\\
cd C:\\Craft\\CI\\craftmaster\\
python Craftmaster.py --config config/CraftBinaryCache.ini --target=windows-msvc2017_64-cl-debug -c -i --no-cache craft
python Craftmaster.py --config config/CraftBinaryCache.ini --target=windows-msvc2017_64-cl-debug -c --list-file ../ci-tooling/craftmaster/packages.list
"""
...
...
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