Skip to content
Snippets Groups Projects
Unverified Commit c1b68630 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

.gitlab-ci.yml: make sure that the latest git tag is present in EXTRAVERSION

parent e9a16ac1
No related merge requests found
image: debian:bullseye-slim image: debian:bullseye-slim
build: build:
script: script: |
- apt-get update apt-get update
- apt-get --yes install --no-install-recommends gcc-aarch64-linux-gnu build-essential bison flex device-tree-compiler git apt-get --yes install --no-install-recommends gcc-aarch64-linux-gnu build-essential bison flex device-tree-compiler git
- cp mntreform-config .config cp mntreform-config .config
- ./build.sh ./build.sh
if git describe >/dev/null 2>&1; then
grep --quiet --fixed-strings "EXTRAVERSION = \\ MNT\\ Reform\\ $(git describe --always --tags --abbrev=0)" Makefile
fi
artifacts: artifacts:
paths: paths:
- "flash.bin" - "flash.bin"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment