ci: improve ci_cross.yml
parent
759f3d28b7
commit
1bbbba5813
|
@ -52,9 +52,10 @@ jobs:
|
||||||
fetch-depth: 10
|
fetch-depth: 10
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt-get install --quiet -y libssl-dev sqlite3 libsqlite3-dev valgrind
|
sudo apt-get install --quiet -y libssl-dev sqlite3 libsqlite3-dev
|
||||||
sudo apt-get install --quiet -y mingw-w64 wine-stable winetricks
|
sudo apt-get install --quiet -y mingw-w64 wine-stable winetricks wine32
|
||||||
- name: Turn off the wine crash dialog
|
- name: Turn off the wine crash dialog
|
||||||
run: winetricks nocrashdialog
|
run: winetricks nocrashdialog
|
||||||
|
|
||||||
|
@ -104,3 +105,4 @@ jobs:
|
||||||
.\v.exe -os windows -o v_win.c cmd\v
|
.\v.exe -os windows -o v_win.c cmd\v
|
||||||
dir v2.exe
|
dir v2.exe
|
||||||
dir v_win.c
|
dir v_win.c
|
||||||
|
.\v2.exe version
|
||||||
|
|
Loading…
Reference in New Issue