Set PATH for Windows builds/tests

This commit is contained in:
Matthias Hochsteger 2019-08-22 14:15:43 +02:00
parent 787e3870e1
commit 8e19e74ef5

View File

@ -22,6 +22,7 @@ stages:
- set SRC_DIR=%CI_DIR%\src
- set NETGENDIR=%INSTALL_DIR%\bin
- set PYTHONPATH=%INSTALL_DIR%\lib\site-packages
- set PATH=%NETGENDIR%;%PATH%
build_win:
<<: *win