Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffworker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Video AG Infrastruktur
ffworker
Commits
184d08f8
There was a problem fetching the pipeline summary.
Commit
184d08f8
authored
Jan 15, 2018
by
Andreas Valder
Browse files
Options
Downloads
Patches
Plain Diff
added ci integration
parent
8346a4b9
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
requirements.txt
+6
-0
6 additions, 0 deletions
requirements.txt
with
22 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
16
−
0
View file @
184d08f8
unittest
:
image
:
debian:stretch
stage
:
test
script
:
-
apt update
-
uname -a
-
apt install -y locales-all git build-essential make libavformat-dev libavcodec-dev libavfilter-dev libavutil-dev libxml2-dev libcurl4-openssl-dev
-
make
artifacts
:
paths
:
-
probe
- probe-raw
- remux thumbnail
- transcode
- publish_video
- simple_live_transcode
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
+
6
−
0
View file @
184d08f8
libavformat-dev
libavcodec-dev
libavfilter-dev
libavutil-dev
libxml2-dev
libcurl4-openssl-dev
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