Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 38514ac

Browse files
authored
Merge pull request #1619 from davidgfnet/wercker
Add more targets to Wercker, including Windows
2 parents f1b3678 + be6e4c1 commit 38514ac

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

wercker.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ build:
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-

0 commit comments

Comments
 (0)