Skip to content
Snippets Groups Projects
Commit e0066cf9 authored by tholok97's avatar tholok97
Browse files

fikset testjobber

.gitlab-ci.yaml kom fra et tidligere repository vi jobbet med som gruppe
parent 38ed5e37
No related branches found
No related tags found
No related merge requests found
Pipeline #69498 passed
......@@ -29,13 +29,10 @@ job_test_gui_ubuntu_vnc:
before_script:
- apt-get install -y libgl1-mesa-glx
script:
# because not already in image
- pip install pyside2
# -platform because running with a screen is not supported
# https://stackoverflow.com/questions/17106315/failed-to-load-platform-plugin-xcb-while-launching-qt5-app-on-linux-without
- python3 ./testingtest/test_main.py -platform vnc
- QT_QPA_PLATFORM=vnc python3 ./testintestpyside/test_main.py
- QT_QPA_PLATFORM=vnc python3 ./gui_nikko/test_widgets.py
- QT_QPA_PLATFORM=vnc python3 ./soitool/main.py
job_test_gui_windows:
stage: test
......@@ -43,9 +40,7 @@ job_test_gui_windows:
- ci-windows
script:
- python --version
- python ./testingtest/test_main.py
- python ./testintestpyside/test_main.py
- python ./gui_nikko/test_widgets.py
- python ./soitool/main.py
job_test_gui_ubuntu:
stage: test
......@@ -53,7 +48,5 @@ job_test_gui_ubuntu:
- ci-ubuntu
script:
- python3 --version
- DISPLAY=':10.0' python3 ./testingtest/test_main.py
- DISPLAY=':10.0' python3 ./testintestpyside/test_main.py
- DISPLAY=':10.0' python3 ./gui_nikko/test_widgets.py
- DISPLAY=':10.0' python3 ./soitool/main.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment