mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 08:46:40 +08:00
gitlab-ci: make test on Windows too.
It should automatically use wine, if not mistaken.
This commit is contained in:
parent
adb1d57864
commit
c34d882bb7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user