Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Tools
Chromium
Commits
829916cc
Commit
829916cc
authored
Apr 25, 2021
by
James T. Lee
Browse files
Initial build from Stage 1
parents
Pipeline
#655
canceled with stage
in 43 minutes and 27 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
.gitlab-ci.yml
.gitlab-ci.yml
+25
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
829916cc
---
.template
:
&template
image
:
'
${CI_REGISTRY}/nest/stage1:${CPU}-workstation'
stage
:
'
build'
tags
:
[
'
nest'
]
script
:
-
'
emerge
--sync'
-
'
MAKEOPTS="$CI_HOST_MAKEOPTS"
PORTAGE_TMPDIR=/cache
emerge
-v
-j1
--buildpkg
www-client/chromium'
'
Build
haswell'
:
<<
:
*template
variables
:
CPU
:
'
haswell'
'
Build
cortex-a72-a53-crypto'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72-a53-crypto'
'
Build
cortex-a72'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72'
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