From 37b14342da7aafb2a96e79fe05c55f1142b2130c Mon Sep 17 00:00:00 2001 From: Dzhoshkun Ismail Shakir Date: Mon, 15 Apr 2019 14:49:29 +0100 Subject: [PATCH] Issue #81: change to Release directory before attempting to run Python test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ff99bc7..7914997b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -562,6 +562,7 @@ windows: - cmake -D CMAKE_BUILD_TYPE=Release -D ZLIB_ROOT="%zlib_root%" -D USE_EPIPHAN_DVI2PCIE_DUO=ON -D ENABLE_NONFREE=ON -D USE_EPIPHANSDK=ON -D USE_BGRA=OFF ../src - cmake --build . --config Release - ls + - cd Release - python -c "from pygiftgrab import VideoSourceFactory" tags: - gift-hopper