Skip to content

Commit

Permalink
Win: create and test from a tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 16, 2019
1 parent d1134ca commit bb69999
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ test_script:
- set CONDA_INSTALL_LOCN=C:\\Miniconda37-x64
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- rmdir /s /q lfortran
- rmdir /s /q dist
- dir
- pytest --pyargs lfortran
10 changes: 10 additions & 0 deletions ci/appveyor_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,18 @@ set BUILD_TYPE=Debug
call :check
call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
call :check
set lfortran_version=0.0+git
call :check
python setup.py sdist
call :check
tar xzf dist/lfortran-%lfortran_version%.tar.gz
call :check
cd lfortran-%lfortran_version%
call :check
pip install -v .
call :check
cd ..
call :check

:: -----------------------------------------------------------------------------
:: End of script. We exit the script now.
Expand Down

0 comments on commit bb69999

Please sign in to comment.