mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56: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-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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user