Skip to content

Commit 4e0edf5

Browse files
committed
spearmint: GitHub CI: Build BSPC for Windows x86
Ensure BSPC builds. If I remember correctly, BSPC generates different .aas files on every platform/arch, leading me to not really trust it anywhere. So only build it for Windows x86 like it original was.
1 parent 922386b commit 4e0edf5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
with:
4040
name: Windows-x86
4141
path: build/*.zip
42+
- name: Compile BSPC
43+
shell: msys2 {0}
44+
run: |
45+
make -C code/bspc release -j $NUMBER_OF_PROCESSORS
46+
- uses: actions/upload-artifact@v7
47+
with:
48+
name: BSPC-Windows-x86
49+
path: build/bspc*/*.exe
4250
windows-x86_64:
4351
name: Windows (x86_64)
4452
runs-on: windows-latest

0 commit comments

Comments
 (0)