Commit 829916cc authored by James T. Lee's avatar James T. Lee
Browse files

Initial build from Stage 1

parents
Pipeline #655 canceled with stage
in 43 minutes and 27 seconds
---
.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'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment