Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Pantacor
ci
pv-initial-devices
Commits
ae74508e
Commit
ae74508e
authored
Sep 14, 2020
by
Sergio Marin
Browse files
Update gitlab ci with new build parameters for x64 installer and sdo
parent
86b77fa9
Pipeline
#190370556
passed with stages
in 40 minutes and 26 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
ae74508e
...
...
@@ -85,7 +85,7 @@ build-x64_initial_stable:
variables
:
PH_SCHEDULED_DEVICE
:
"
x64_initial_latest"
PH_STABLE_DEVICE
:
"
x64_initial_stable"
BUILD
:
"
[{
\"
name
\"
:
\"
default
\"
,
\"
options
\"
:
\"
PANTAVISOR_DEBUG=yes
PANTAVISOR_TPMACA=yes
\"
},{
\"
name
\"
:
\"
installer
\"
,
\"
options
\"
:
\"
PANTAVISOR_DEBUG=yes
PV_INSTALLER=yes
MMC_SIZE=1024
PANTAVISOR_TPMACA=yes
\"
},{
\"
name
\"
:
\"
installer-sdo
\"
,
\"
options
\"
:
\"
PVR_USE_SRC_BSP=no
PANTAVISOR_DEBUG=yes
PV_INSTALLER=yes
MMC_SIZE=1024
PANTAVISOR_TPMACA=yes
SDO_INSTALLER=yes
\"
}]"
BUILD
:
"
[{
\"
name
\"
:
\"
default
\"
,
\"
options
\"
:
\"
PANTAVISOR_DEBUG=yes
\"
},{
\"
name
\"
:
\"
installer
\"
,
\"
options
\"
:
\"
PVR_USE_SRC_BSP=no
PANTAVISOR_DEBUG=yes
PV_INSTALLER=yes
MMC_SIZE=1024
\"
},{
\"
name
\"
:
\"
installer-sdo
\"
,
\"
options
\"
:
\"
PVR_USE_SRC_BSP=no
PANTAVISOR_DEBUG=yes
PV_INSTALLER=yes
MMC_SIZE=1024
SDO_INSTALLER=yes
\"
}]"
check-x64_initial_stable
:
extends
:
.check-status-stable
...
...
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