Skip to content

Commit

Permalink
Issue #24: replaced inactive test-giftgrab-* commands of "pypi" CI se…
Browse files Browse the repository at this point in the history
…ction with new script CLI commands
  • Loading branch information
dzhoshkun committed Oct 18, 2018
1 parent b1c51e1 commit dd05196
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,17 @@ pypi:
# VP9 support
- pip install -vvv --install-option="--hevc" --install-option="--enable-nonfree" --install-option="--nvenc" --install-option="--xvid" --install-option="--vp9" --upgrade "$PyPI_INSTALLER"
# not executing VP9 tests due to issue #189
# - test-giftgrab-vp9-bgra; exit_on_fail
# - test-giftgrab-vp9-i420; exit_on_fail
# - $RUN_TESTS encode vp9 bgra; exit_on_fail
# - $RUN_TESTS encode vp9 i420; exit_on_fail
# NumPy support
- pip install -vvv --install-option="--hevc" --install-option="--enable-nonfree" --install-option="--nvenc" --install-option="--xvid" --install-option="--vp9" --install-option="--numpy" --upgrade "$PyPI_INSTALLER"
# TODO: delete these five lines after issue #133
- $RUN_TESTS encode hevc bgra; exit_on_fail
- $RUN_TESTS encode hevc i420; exit_on_fail
- $RUN_TESTS encode xvid bgra; exit_on_fail
# not executing VP9 tests due to issue #189
# - test-giftgrab-vp9-bgra; exit_on_fail
# - test-giftgrab-vp9-i420; exit_on_fail
# - $RUN_TESTS encode vp9 bgra; exit_on_fail
# - $RUN_TESTS encode vp9 i420; exit_on_fail
# Run the actual NumPy tests
- pip install numpy
- $RUN_TESTS numpy bgra; exit_on_fail
Expand All @@ -182,9 +182,9 @@ pypi:
- $RUN_TESTS decode xvid i420; exit_on_fail
- $RUN_TESTS decode xvid uyvy; exit_on_fail
# not executing VP9 tests due to issue #189
# - test-giftgrab-file-vp9-bgra; exit_on_fail
# - test-giftgrab-file-vp9-i420; exit_on_fail
# - test-giftgrab-file-vp9-uyvy; exit_on_fail
# - $RUN_TESTS decode vp9 bgra; exit_on_fail
# - $RUN_TESTS decode vp9 i420; exit_on_fail
# - $RUN_TESTS decode vp9 uyvy; exit_on_fail
- deactivate
tags:
- gift-linux
Expand Down

0 comments on commit dd05196

Please sign in to comment.