Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiril Klein
cpp_introduction
Commits
5b2f9f5e
Commit
5b2f9f5e
authored
Oct 24, 2019
by
Kevin Höllring
Browse files
Add Gitlab CI script for testing the program
parent
cc781f40
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
5b2f9f5e
image
:
name
:
cp1_testing_image_ex1:latest
stages
:
-
test
# Testing the stuff
test_task1
:
stage
:
test
tags
:
-
task_check
script
:
make test_task1
test_task2
:
stage
:
test
tags
:
-
task_check
script
:
make test_task2
test_task3
:
stage
:
test
tags
:
-
task_check
script
:
make test_task3
test_task4
:
stage
:
test
tags
:
-
task_check
script
:
make test_task4
test_task4
:
stage
:
test
tags
:
-
task_check
script
:
make test_task4
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment