Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Dec 12, 2023
1 parent 92337cd commit ddd325a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,20 @@ jobs:
UBSAN_OPTIONS="halt_on_error=1" \
ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
./pythonqt_generator
if [[ ${{ matrix.os }} == 'windows' ]]; then ls -lR; fi
- name: Upload Wrappers
uses: actions/upload-artifact@v3
with:
name: wrappers_${{ matrix.os }}_${{ steps.setenv.outputs.QT_VERSION_SHORT }}
path: generated_cpp

- name: Upload Preprocessed
uses: actions/upload-artifact@v3
with:
name: preproc_${{ matrix.os }}_${{ steps.setenv.outputs.QT_VERSION_SHORT }}
path: .preprocessed.tmp

- name: Build PythonQt Ubuntu
if: ${{ matrix.os == 'ubuntu' }}
run: |
Expand Down

0 comments on commit ddd325a

Please sign in to comment.