Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 4, 2024
1 parent 7ccee51 commit 6b435a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ build: off
test_script: ci\build.bat

for:
- matrix:
only: [FLAVOR: 'mingw64 (32-bit)']
build_script: |
echo %PATH%
cd %ADDPATH%
dir /s *.dll
# CodeCov coverage build
- matrix:
only: [COVERAGE: true]
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
with:
path: ${{env.DEP_DIR}}
key: ${{matrix.os}}-${{matrix.generator}}-${{env.BOOST_VERSION}}
- name: COMPILERS
if: runner.os == 'windows-2019'
run: |
echo "PATH: $PATH"
which g++ || which c++ || true
find /c/ming* -name libgcc_s_seh*.dll -o -name libstdc++*.dll -o -name libwinpthread*.dll
# Install newer CMake to be able to find Boost
- name: Install CMake
if: runner.os == 'Linux' && matrix.standalone == 'Boost'
Expand Down

0 comments on commit 6b435a5

Please sign in to comment.