Skip to content

Commit

Permalink
fixup, cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoPombal committed Oct 19, 2020
1 parent 2c0a9b7 commit f7dfbe7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ jobs:
build_variant: [shared, static]
deprecated_functions: [yes_depr_fun, no_depr_fun]
build_tests: [yes_tests, no_tests]
python_bindings: [py_bindings, no_py_bindings]
python_bindings: [yes_py_bindings, no_py_bindings]
exclude:
# python bindings require building with shared libs
- build_variant: static
python_bindings: py_bindings
python_bindings: yes_py_bindings
# FIXME: non-static build with python bindings is failing, presumably due to a boost port bug in vcpkg
# See https://github.com/microsoft/vcpkg/issues/5097
- build_variant: shared
build_config: Debug
python_bindings: py_bindings
python_bindings: yes_py_bindings
# tests require deprecated functions
- deprecated_functions: no_depr_fun
build_tests: yes_tests
Expand Down Expand Up @@ -143,6 +144,6 @@ jobs:
- name: upload artifact as zip
uses: actions/upload-artifact@v2.2.0
with:
name: libtorrent_RC_1_2-CI-Windows_x64-${{ matrix.build_variant }}-${{ matrix.build_config }}-${{ matrix.deprecated_functions }}-${{ matrix.deprecated_functions }}-${{ matrix.build_tests }}-${{ matrix.python_bindings }}
name: libtorrent_RC_1_2-CI-Windows_x64-${{ matrix.build_variant }}-${{ matrix.build_config }}-${{ matrix.deprecated_functions }}-${{ matrix.build_tests }}-${{ matrix.python_bindings }}
path: |
cmake-build-dir

0 comments on commit f7dfbe7

Please sign in to comment.