Skip to content

Commit 4481eb5

Browse files
danieldkDaniël de Kok
authored andcommitted
Add Appveyor CI configuration
1 parent 85d28ee commit 4481eb5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.appveyor.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
os: Visual Studio 2015
2+
3+
install:
4+
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
5+
- "python --version"
6+
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
7+
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
8+
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
9+
- rustc -V
10+
- cargo -V
11+
- cargo install pyo3-pack
12+
13+
build_script:
14+
- pyo3-pack build
15+
16+
artifacts:
17+
- path: '**/*.whl'
18+
name: Wheels

0 commit comments

Comments
 (0)