Skip to content

Commit

Permalink
Win: install using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 15, 2019
1 parent 30b6846 commit b641140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ build_script:
test_script:
- set CONDA_INSTALL_LOCN=C:\\Miniconda37-x64
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- pytest
- mkdir tmp
- cd tmp
- pytest --pyargs lfortran
4 changes: 1 addition & 3 deletions ci/appveyor_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ set BUILD_TYPE=Debug
call :check
call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
call :check
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_INSTALL_PREFIX=%cd% .
call :check
cmake --build . --config %BUILD_TYPE% --target install
pip install -v .
call :check

:: -----------------------------------------------------------------------------
Expand Down

0 comments on commit b641140

Please sign in to comment.