Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
09dec6ec
Commit
09dec6ec
authored
Jan 25, 2021
by
Seb
Browse files
missing reqs + gitlab ci badge
parent
abcb3ff0
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
09dec6ec
...
@@ -21,10 +21,10 @@ lts_27:
...
@@ -21,10 +21,10 @@ lts_27:
image
:
python:3.7
image
:
python:3.7
extends
:
.python_test
extends
:
.python_test
before_script
:
before_script
:
-
pip install wagtail~=2.7 django~=2.2
mock
-
pip install
.['testing']
wagtail~=2.7 django~=2.2
lts_211
:
lts_211
:
image
:
python:3.8
image
:
python:3.8
extends
:
.python_test
extends
:
.python_test
before_script
:
before_script
:
-
pip install wagtail~=2.11 django~=3.1 mock
-
pip install .['testing'] wagtail~=2.11 django~=3.1
\ No newline at end of file
\ No newline at end of file
README.rst
View file @
09dec6ec
wagtailvideos
wagtailvideos
=============
=============
.. image:: https://gitlab.com/neonjungle/wagtailvideos/badges/master/pipeline.svg
:target: https://gitlab.com/neonjungle/wagtailvideos/pipelines?ref=master
Based on wagtailimages. The aim was to have feature parity with images
Based on wagtailimages. The aim was to have feature parity with images
but for html5 videos. Includes the ability to transcode videos to a
but for html5 videos. Includes the ability to transcode videos to a
html5 compliant codec using ffmpeg.
html5 compliant codec using ffmpeg.
...
...
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