Skip to content

Commit

Permalink
Improve GitLab CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Mar 26, 2024
1 parent c0e204d commit 0391173
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
stages:
- build

build:
image: hyperspeeed/vc4-toolchain

Build:
stage: build
image: hyperspeeed/vc4-toolchain
script:
- cd covert-channel-code/rpi-open-firmware-master
- ./buildall.sh
Expand All @@ -16,5 +17,7 @@ build:
- cp covert-channel-code/kernel/*.img boot/
- cp SDCard/* boot/
artifacts:
expire_in: never
name: "Boot Files"
paths:
- boot/*
- "boot/*"

0 comments on commit 0391173

Please sign in to comment.