Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
F
ffworker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Video AG Infrastruktur
ffworker
Commits
184d08f8
Commit
184d08f8
authored
Jan 15, 2018
by
Andreas Valder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added ci integration
parent
8346a4b9
Pipeline
#136
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
requirements.txt
requirements.txt
+6
-0
No files found.
.gitlab-ci.yml
0 → 100644
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
requirements.txt
0 → 100644
View file @
184d08f8
libavformat-dev
libavcodec-dev
libavfilter-dev
libavutil-dev
libxml2-dev
libcurl4-openssl-dev
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