diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-06-28 23:44:41 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-06-28 23:44:41 +0200 |
commit | ed95e93cfb5e6e38903de3f9b9ef8db0de15ecfd (patch) | |
tree | 3bb11fde3f43cf5da8078ea85597f7299e152716 | |
parent | aa695e6baef96797101d7b7090379e36b1279efd (diff) |
removed some obsolete CI tests
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .gitlab-ci.yml | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa5829c..0fb7fdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,15 +151,7 @@ tests-release-mdk: - nohup Xvfb :99 & - export XVFB_PID=$! - export DISPLAY=:99 - - wine bin/dummy.exe 5 - - wine bin/release.exe 5 & - - export WINBIN_PID=$! - - sleep 6 && { kill -SIGKILL ${WINBIN_PID} || true; } - - sleep 1 - - wine bin/libtor.exe deps/sysroot/i686-w64-mingw32/lib/libtor.dll & - - export WINTOR_PID=$! - - sleep 10 && { kill -SIGKILL ${WINTOR_PID} || true; } - - exit + - pwd stage: test-wine only: - master @@ -173,14 +165,7 @@ tests-debug-mdk: - nohup Xvfb :99 & - export XVFB_PID=$! - export DISPLAY=:99 - - cd bin - - wine dummy.exe 5 - - wine loader_base_enc.exe 15 & - - export WINBIN_PID=$! - - sleep 16 && { kill -SIGKILL ${WINBIN_PID} || true; } - - sleep 1 - - wine dummy.exe 5 - - exit + - pwd stage: test-wine only: - master |