Skip to content
Snippets Groups Projects
Commit b378a8e1 authored by Samuel Hym's avatar Samuel Hym
Browse files

Configure CI to check for the bug

parent 1ebc235e
No related branches found
No related tags found
No related merge requests found
Pipeline #17452 failed
image: alpine:latest
test:
script:
- apk add gcc binutils
- ld --version
- gcc -Wall -Wextra -c bug.c
- ld -Tbug.ld -q bug.o -o bug
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment