gitlab-ci: make test on Windows too.

It should automatically use wine, if not mistaken.
This commit is contained in:
Jehan 2021-03-22 21:25:51 +01:00
parent adb1d57864
commit c34d882bb7

View File

@ -63,6 +63,7 @@ win64:
python3-distutils python3-distutils
python3-docutils python3-docutils
rpm rpm
wine wine64
- apt-get install -y --reinstall ca-certificates - apt-get install -y --reinstall ca-certificates
- git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git - git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git
- cd crossroad - cd crossroad
@ -72,7 +73,7 @@ win64:
- export PATH="`pwd`/.local/bin:$PATH" - export PATH="`pwd`/.local/bin:$PATH"
- mkdir _build - mkdir _build
- cd _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: win32:
stage: build stage: build