diff options
author | Aki <please@ignore.pl> | 2023-02-27 08:39:55 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-02-27 08:39:55 +0100 |
commit | 847dc51888cd8869e93caa0d0507ccee8e8834cf (patch) | |
tree | cbaf2235c42302c9f3a46ba1eecf4a9b7c55ed57 | |
parent | 279e2db7858f626a64421cf3975b734f0ae22a7e (diff) | |
download | kurator-847dc51888cd8869e93caa0d0507ccee8e8834cf.zip kurator-847dc51888cd8869e93caa0d0507ccee8e8834cf.tar.gz kurator-847dc51888cd8869e93caa0d0507ccee8e8834cf.tar.bz2 |
Ensure wine prefix before tests to reduce tests execution time
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbbdcf5..1ea33ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,5 +27,7 @@ test-linux: test-windows: stage: test needs: ["build-windows"] + before-script: + - x86_64-w64-mingw32-wine hostname script: - cd build-windows/ && ctest |