mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 12:53:22 +00:00
Build toolchain on Jenkins
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
1c8193bffa
commit
8bc9d3e042
1 changed files with 6 additions and 1 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -85,8 +85,13 @@ pipeline {
|
|||
|
||||
sh """#!/bin/bash
|
||||
# Install dependencies
|
||||
#./scripts/install-deps.sh
|
||||
./scripts/install-deps.sh
|
||||
./scripts/install-rust.sh
|
||||
. "${HOME}/.cargo/env"
|
||||
./ec/scripts/deps.sh
|
||||
|
||||
# Build coreboot toolchain
|
||||
./scripts/coreboot-sdk.sh
|
||||
|
||||
# Reset
|
||||
git submodule update --init --recursive --checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue