Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpn_collab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Damian Puente
rpn_collab
Commits
d35f21f1
Commit
d35f21f1
authored
5 years ago
by
Meik Selig
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://git.fh-muenster.de/dp173259/rpn_collab
parents
1bfa4bcd
060b1cba
No related branches found
No related tags found
1 merge request
!9
NIIIIIIIIIIIIIIIIIIIIX
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+26
-0
26 additions, 0 deletions
.gitlab-ci.yml
with
26 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
26
−
0
View file @
d35f21f1
image
:
"
alpine:latest"
before_script
:
-
apk update && apk add make && apk add g++ && apk add afl && apk add afl-gcc && apk add catch2 && apk add bash
test
:
stage
:
test
script
:
-
make run_test
fuzz
:
stage
:
test
script
:
-
make fuzz_calc
-
./fuzz_seconds.sh
artifacts
:
paths
:
-
out
build
:
stage
:
build
script
:
-
make
artifacts
:
paths
:
-
calc
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment