Skip to content
Snippets Groups Projects
Verified Commit e2f14d8a authored by Jae Beojkkoch's avatar Jae Beojkkoch
Browse files

Added CI

parent c2a90abc
No related branches found
No related tags found
No related merge requests found
Pipeline #623 failed
image: gcc
build:
stage: build
script: gcc src/main.c -o jsh
artifacts:
- jsh
test:
stage: test
script:
- ./jsh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment