Skip to content

Commit

Permalink
Use Xonsh on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 29, 2019
1 parent b453a25 commit 77aa0e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 93 deletions.
15 changes: 5 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ image: Visual Studio 2017
# List of preinstalled software in the image:
# https://www.appveyor.com/docs/windows-images-software/

install:
- call ci\appveyor_install.bat

build_script:
- call ci\appveyor_build.bat

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
- call conda config --set always_yes yes --set changeps1 no
- call conda info -a
- call conda update -q conda
- call conda install -c conda-forge python=3.7 re2c m2-bison xonsh cython
- xonsh build0.xsh
38 changes: 0 additions & 38 deletions ci/appveyor_build.bat

This file was deleted.

45 changes: 0 additions & 45 deletions ci/appveyor_install.bat

This file was deleted.

0 comments on commit 77aa0e9

Please sign in to comment.