Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vasilev Artem Evgenyevich
assignment-3-image-transform
Commits
99f3b253
Commit
99f3b253
authored
3 years ago
by
Igor Zhirkov
Browse files
Options
Download
Email Patches
Plain Diff
update
parent
e3a275f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
.gitignore
.gitignore
+4
-0
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
No files found.
.gitignore
0 → 100644
View file @
99f3b253
*.o
build
obj
*.html
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
0 → 100644
View file @
99f3b253
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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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