Skip to content

Commit

Permalink
CI: Add 32-bit build (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston authored Dec 30, 2022
1 parent fafb48a commit 796bf12
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
cmake: 3.13.*
os: ubuntu-18.04

- cxx_compiler: g++-5
c_compiler: gcc-5
build_type: Release
cxxstd: 11
arch: 32
packages: 'g++-5-multilib gcc-5-multilib g++-multilib gcc-multilib'
cmake: 3.13.*
os: ubuntu-18.04

- cxx_compiler: g++-6
c_compiler: gcc-6
build_type: Release
Expand Down

0 comments on commit 796bf12

Please sign in to comment.