This repository was archived by the owner on Sep 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 44 steps :
55 - script :
66 name : install-dependencies
7- code : sudo apt-get clean && sudo apt-get update && sudo apt-get install -y build-essential pkgconf libasound2-dev libgl1-mesa-dev libx11-dev libudev-dev git
7+ code : sudo dpkg --add-architecture i386 && sudo apt-get clean && sudo apt-get update && sudo apt-get install -y build-essential pkgconf libasound2-dev libgl1-mesa-dev libx11-dev libudev-dev git && sudo apt-get install -y libasound2-dev:i386 libgl1-mesa-dev:i386 libx11-dev:i386 libudev-dev:i386 libc6:i386 g++-multilib gcc-multilib && sudo apt-get install -y g++-mingw-w64-x86-64 mingw-w64-x86-64-dev libz-mingw-w64-dev libnpth-mingw-w64-dev
88 - script :
9- name : gcc-version
10- code : gcc --version
9+ name : toolchain info
10+ code : gcc --version && x86_64-w64-mingw32-gcc --version
1111 - script :
12- name : reicast x64 build
13- code : make -C shell/linux platform=x64
12+ name : reicast Linux x64 build
13+ code : make -C shell/linux -j `nproc` platform=x64
14+ - script :
15+ name : reicast Linux x86 build
16+ code : make -C shell/linux -j `nproc` platform=x86
17+ - script :
18+ name : reicast Windows x64 (MinGW) build
19+ code : make -C shell/linux -j `nproc` platform=win32 CC_PREFIX=x86_64-w64-mingw32-
You can’t perform that action at this time.
0 commit comments