Skip to content

Commit

Permalink
appveyor try compile windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 28, 2018
1 parent 05b5949 commit 4d940e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ image:
stack: python 3

environment:
MINGW_DIR: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
PY_DIR: C:\Python37-x64

clone_depth: 3

build: off

init:
- cmd: set PATH=%MINGW_DIR%;%PATH%
- cmd: set PATH=%PY_DIR%;%PY_DIR%\Scripts;%PATH%

install: pip install -e .[tests,io]
install:
- mingw32-make install -C rnxcmp
- pip install -e .[tests,io]

test_script: pytest -xrsv

0 comments on commit 4d940e7

Please sign in to comment.