Skip to content

Commit

Permalink
Remove AppVeyor and enable tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Aug 9, 2024
1 parent 237029b commit 8ea0960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 123 deletions.
119 changes: 0 additions & 119 deletions .appveyor.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ jobs:
cmake --build --preset build-${{ matrix.cmake-preset }} --config Release
- name: Test
# Test disabled on Windows `pip install lief` fails as there is no ready to use .whl and compilation fails
# Test disabled on macOS `pip install lief` fails as there is no ready to use .whl and compilation fails
if: ${{ (matrix.platform != 'windows') && (matrix.platform != 'macos') }}
run: |
${{ matrix.python-executable }} -m pip install lief==0.10.1 unicorn==2.0.0 z3-solver
${{ matrix.python-executable }} --version
${{ matrix.python-executable }} -m pip install lief==0.15.1 unicorn==2.0.1.post1 z3-solver
ctest --preset test-${{ matrix.cmake-preset }} -C Release --output-on-failure
- name: Install
Expand Down

0 comments on commit 8ea0960

Please sign in to comment.