Skip to content

Commit

Permalink
also run cat 2 tests on debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 11, 2023
1 parent 59ab9c0 commit 3d017de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,16 @@ jobs:
with:
submodules: recursive

- name: Determine type of build
run: echo "export CFLAGS=-Og -g" >> $GITHUB_ENV
if: ${{ inputs.optimized-or-debug == 'debug' }}

- name: Build wheel
uses: pypa/cibuildwheel@v2.11.2
env:
CIBW_BUILD: cp39-manylinux_x86_64
CIBW_BUILD_FRONTEND: build
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS="${{ env.CFLAGS }}"
CIBW_BEFORE_ALL_LINUX: >
yum install openssl-devel -y &&
yum install python-devel -y &&
Expand Down

0 comments on commit 3d017de

Please sign in to comment.