Commit 99f3b253 authored by Igor Zhirkov's avatar Igor Zhirkov
Browse files

update

parent e3a275f5
*.o
build
obj
*.html
image: generic-c
stages:
- check
- test
linter:
stage: check
script:
- cd solution ; echo "Running linter" ; cat /run-checks.sh
- /run-checks.sh
test:
stage: test
script:
- ./run-tests
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment