Skip to content
Snippets Groups Projects
Commit 9d08bf62 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

gitlab-ci: Test librem5-devkit-flash-image download

We can't test the actual flashing but that's most of what the script
does atm.

This will make us spot things like fixed in !1 early.
parent e103ea9d
No related branches found
No related tags found
No related merge requests found
Pipeline #3813 passed
variables:
FLASHDEPS: python3
python3-coloredlogs
python3-jenkins
python3-requests
python3-tqdm
python3-yaml
.tags: &tags
tags:
......@@ -31,3 +38,16 @@ build:deb:
artifacts:
paths:
- '*.deb'
test:download:
<<: *tags
stage: test
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get -y update
- apt-get -y install $FLASHDEPS
script:
- scripts/librem5-devkit-flash-image --skip-flash --skip-cleanup --dir=download/
- ls -l download/devkit.img download/flash_devkit.lst download/u-boot-devkit-recovery.imx
- rm -rf download
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment