Skip to content
Snippets Groups Projects
Unverified Commit 616ed016 authored by Pavel Kirilin's avatar Pavel Kirilin :alien:
Browse files

Added CI.

Description:
- Added CI configuration.

Signed-off-by: default avatarPavel Kirilin <win10@list.ru>
parent d9b8f3a1
No related branches found
No related tags found
No related merge requests found
variables:
APP_DIR: "/home/jupyter/hub/repo"
stages:
- test
- cleanup
test:
stage: test
tags:
- private
script:
- make test
cleanup:
stage: cleanup
tags:
- private
script:
- make clean
- make clean_test
\ No newline at end of file
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