Skip to content

Commit a10ed43

Browse files
committed
gitlab-ci: run the makefile build on gcc
Use the `gcc:latest` container image to run the GNU makefile ci job. This has the toolchain installed, and is used by other projects so should be cached by the runners. Other jobs install the packages they need on a basic `debian:bookworm-slim` image, testing a different path.
1 parent d2edc04 commit a10ed43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ meson arm64:
123123

124124
makefile:
125125
stage: build
126+
image: 'gcc'
126127
before_script:
127128
- apt-get update &&
128129
apt-get install -y zip doxygen git make wget

0 commit comments

Comments
 (0)