Skip to content

Commit

Permalink
ci testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 19, 2015
1 parent fdb1862 commit 9ecbf3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ init:
#- dir /s /b C:\msys*
install:
#- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
- set PATH=%PATH%;%MINICONDA_HOME%\Scripts
- where conda
- conda --version
Expand All @@ -87,7 +88,6 @@ install:
#- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S $(pacman -Qq | grep mingw-w64-x86_64-gcc)"
#- dir C:\msys64\mingw64\bin
#- C:\msys64\mingw64\bin\mingw-get install gfortran
- set PATH=%PATH%;C:\msys64\mingw64\bin
# test that building works before long numpy install
#- C:\Miniconda-x64\Scripts\conda config --set always_yes yes
#- C:\Miniconda-x64\Scripts\conda update -q conda
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ init:
#- dir /s /b C:\msys*
install:
#- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
- set PATH=%PATH%;%MINICONDA_HOME%\Scripts
- where conda
- conda --version
Expand All @@ -57,7 +58,6 @@ install:
#- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S $(pacman -Qq | grep mingw-w64-x86_64-gcc)"
#- dir C:\msys64\mingw64\bin
#- C:\msys64\mingw64\bin\mingw-get install gfortran
- set PATH=%PATH%;C:\msys64\mingw64\bin
# test that building works before long numpy install
#- C:\Miniconda-x64\Scripts\conda config --set always_yes yes
#- C:\Miniconda-x64\Scripts\conda update -q conda
Expand Down

0 comments on commit 9ecbf3c

Please sign in to comment.