diff options
author | lns <matzeton@googlemail.com> | 2022-06-01 14:34:18 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-06-01 14:34:18 +0200 |
commit | c18f3fd14d3a16b019ea50f81fc0b767a8b2a44c (patch) | |
tree | 609913577f8837d30fee0036d831bf8dead1ed36 /.gitlab-ci.yml | |
parent | 4f213a3910f0aa7012ed6047c9eff6ea4487a6b6 (diff) |
run additional release target tests
* fixed config/build errors/warnings
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fb7fdc..b01e290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,6 +124,13 @@ tests-release: - wine bin/tests.exe 1>&2 || { tail -n10 tests.log; false; } - wine bin/loadmodule.exe bin/libw32miller-shared.dll - wine bin/loadmodule.exe bin/libw32miller_pre-shared.dll + - wine bin/decrypter.exe bin/libw32miller-shared.dll + - wine bin/decrypter.exe bin/libw32miller_pre-shared.dll + - wine bin/decrypter.exe bin/loader_base.exe + - wine bin/decrypter.exe bin/loader_base_enc.exe + - wine bin/decrypter.exe bin/release.exe + - wine bin/loader_decrypt.exe + - wine bin/disasm.exe -fbin/release.exe - kill -SIGKILL ${XVFB_PID} stage: test-wine only: |