Skip to content

Commit

Permalink
Issue #24: setting path to convenience script before all CI script fo…
Browse files Browse the repository at this point in the history
…r global availability
  • Loading branch information
dzhoshkun committed Oct 18, 2018
1 parent 3cfec0d commit 393e1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ before_script:
- export SCRATCH_DIR="$SCRATCH_DIR/$REVHASH"
- mkdir -p $SCRATCH_DIR
- export GiftGrab_SOURCE_DIR="$(pwd)/src"
# Path to the convenience script for launching tests
- export RUN_TESTS="${GiftGrab_SOURCE_DIR}/tests/run-tests.sh"
- source "$CI_SCRIPTS_DIR/utils.sh"
- export BOOST_163_ROOT_DIR="/home/gitlab-runner/environments/giftgrab/boost163"

Expand Down Expand Up @@ -139,8 +141,6 @@ pypi:
- set +e
- pip install -vvv --upgrade "$PyPI_INSTALLER"; exit_on_success
- set -e
# Path to the convenience script for launching tests
- RUN_TESTS="${GiftGrab_SOURCE_DIR}/tests/run-tests.sh"
# HEVC support
- pip install -vvv --install-option="--hevc" --upgrade "$PyPI_INSTALLER"
- $RUN_TESTS encode hevc bgra; exit_on_fail
Expand Down

0 comments on commit 393e1c1

Please sign in to comment.