Skip to content
Snippets Groups Projects
Commit be2b7ad4 authored by Kevin Höllring's avatar Kevin Höllring
Browse files

Add gitlab CI configuration

parent 24481ade
No related branches found
No related tags found
No related merge requests found
Pipeline #32789 failed
image:
name: cp1_testing_image_ex5:latest
stages:
- test
default:
before_script:
- make prepare || /reference/prepare.sh
# Testing the stuff
#Problem 1
test_gradient_descent:
stage: test
tags:
- task_check
script: make test_gradient_descent
# Problem 2
test_gradient_root:
stage: test
tags:
- task_check
script: make test_gradient_root
# Problem 3
test_conjugate_gradient:
stage: test
tags:
- task_check
script: make test_conjugate_gradient
# Hidden test cases
#Problem 1
test_gradient_descent_hidden:
stage: test
tags:
- task_check
script: make test_gradient_descent_hidden
# Problem 2
test_gradient_root_hidden:
stage: test
tags:
- task_check
script: make test_gradient_root_hidden
# Problem 3
test_conjugate_gradient:
stage: test
tags:
- task_check
script: make test_conjugate_gradient
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment