summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
blob: d7918710c58d149d3d0227bff362eb8c6a6b462b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: build

on:
  push:
    branches:
      - '*'
  pull_request:
    branches:
      - '*'
env:
  DEBIAN_FRONTEND: noninteractive
  HOMEBREW_NO_AUTO_UPDATE: 1
  PAWPAW_VERSION: 8c69660ab10b75cd7a488f41386dbcb4c8802c5a

jobs:
  # linux with win32 cross-compilation
  win32:
    runs-on: ubuntu-20.04
    steps:
    - name: Set up dependencies
      run: |
        sudo dpkg --add-architecture i386
        sudo apt-get update
        sudo apt-get install binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
        wineboot -u