Skip to content

Commit

Permalink
Issue #18: added missing installation steps to CI script
Browse files Browse the repository at this point in the history
dzhoshkun committed Nov 20, 2018
1 parent 83e1ca5 commit dab93be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -436,6 +436,8 @@ pypi-blackmagic-decklink-sdi-4k:
# because pip seems to be getting confused about install options sometimes:
- pip install PyYAML
- pip install pytest
- pip install numpy
- pip install scipy
- pip install -vvv --install-option="--blackmagic-decklink-sdi-4k" --install-option="--enable-nonfree" --upgrade "$PyPI_INSTALLER"
# run tests
- $TEST_LAUNCHER blackmagic-decklinksdi4k uyvy; exit_on_fail
@@ -504,6 +506,8 @@ pypi-blackmagic-decklink-4k-extreme-12g:
# because pip seems to be getting confused about install options sometimes:
- pip install PyYAML
- pip install pytest
- pip install numpy
- pip install scipy
- pip install -vvv --install-option="--blackmagic-decklink-4k-extreme-12g" --install-option="--enable-nonfree" --install-option="--numpy" --upgrade "$PyPI_INSTALLER"
# run tests
- $TEST_LAUNCHER blackmagic-decklink4kextreme12g uyvy; exit_on_fail

0 comments on commit dab93be

Please sign in to comment.