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

.gitlab-ci.yml: re-use build.sh to avoid maintaining the list of necessary...

.gitlab-ci.yml: re-use build.sh to avoid maintaining the list of necessary environment variables in two places
parent 7a8f49e7
No related branches found
No related tags found
No related merge requests found
Pipeline #852 passed
...@@ -5,7 +5,7 @@ build: ...@@ -5,7 +5,7 @@ build:
- apt-get update - apt-get update
- apt-get --yes install --no-install-recommends gcc-aarch64-linux-gnu build-essential bison flex device-tree-compiler - apt-get --yes install --no-install-recommends gcc-aarch64-linux-gnu build-essential bison flex device-tree-compiler
- cp mntreform-config .config - cp mntreform-config .config
- env CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm make flash.bin - ./build.sh
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