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

Configure CI to check for the bug

parent afc50c39
No related branches found
No related tags found
No related merge requests found
Pipeline #17451 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