Skip to content

Commit

Permalink
Build: Push appveyor artefacts before running the tests, so that we d…
Browse files Browse the repository at this point in the history
…on't lose them on test failures.
  • Loading branch information
scoder committed Jul 10, 2023
1 parent afcdbc9 commit 09070ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ install:
build: off
build_script:
- python -u setup.py bdist_wheel --static-deps
- ps: Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- python -u setup.py build_ext --inplace --static-deps
- python -u test.py -vv -p

test: off
test_script:
- ps: Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- python -u test.py -vv -p

0 comments on commit 09070ce

Please sign in to comment.