From c34d882bb782abf22cc9021531d7d04330c23639 Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 22 Mar 2021 21:25:51 +0100 Subject: [PATCH] gitlab-ci: make test on Windows too. It should automatically use wine, if not mistaken. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ae2a36..864a2e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ win64: python3-distutils python3-docutils rpm + wine wine64 - apt-get install -y --reinstall ca-certificates - git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git - cd crossroad @@ -72,7 +73,7 @@ win64: - export PATH="`pwd`/.local/bin:$PATH" - mkdir _build - cd _build - - echo 'crossroad cmake .. && make && make install' | crossroad w64 gimp --run="-" + - echo 'crossroad cmake .. && make && make test && make install' | crossroad w64 gimp --run="-" win32: stage: build