Changeset 772e49c in sasmodels
- Timestamp:
- Jan 19, 2018 12:47:58 PM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 1f4770c
- Parents:
- 9c640ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
appveyor.yml
r9c640ff r772e49c 4 4 # /E:ON and /V:ON options are not enabled in the batch script interpreter 5 5 # See: http://stackoverflow.com/a/13751649/163740 6 # [2018-01-19 PAK]probably irrelevant now that we are using tinycc rather than msvc6 # 2018-01-19 PAK: probably irrelevant now that we are using tinycc rather than msvc 7 7 CMD_IN_ENV: "cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd" 8 8 … … 49 49 50 50 # Remove cygwin (and therefore the git that comes with it). 51 # [2018-01-19 PAK]probably irrelevant since we already pulled the repo51 # 2018-01-19 PAK: probably irrelevant since we already pulled the repo 52 52 #- cmd: rmdir C:\cygwin /s /q 53 54 # Set the conda path; would be nice to do this 55 - cmd: path %CONDA_INSTALL_LOCN%\\Scripts;%PATH% 53 56 54 57 # Use the pre-installed Miniconda for the desired arch … … 59 62 # so that we can update it. Then we remove it so that 60 63 # we can do a proper activation. 61 - cmd: set "CONDA_VER=%CONDA_INSTALL_LOCN%\\Scripts\conda" 62 - cmd: "%CONDA_VER%" update --yes --quiet conda python 64 - cmd: conda update --yes --quiet conda python 63 65 - cmd: call "%CONDA_INSTALL_LOCN%\Scripts\activate.bat" 64 - cmd: "%CONDA_VER%"config --add channels conda-forge65 - cmd: "%CONDA_VER%"config --set show_channel_urls true66 - cmd: "%CONDA_VER%"install --yes --quiet obvious-ci67 - cmd: "%CONDA_VER%"install --yes --quiet numpy toolchain scipy cython cffi68 - cmd: "%CONDA_VER%"install --yes --channel conda-forge pyopencl69 # [2018-01-19 PAK]3rd party packages might need msvc, so %CMD_IN_ENV% may be needed for pip66 - cmd: conda config --add channels conda-forge 67 - cmd: conda config --set show_channel_urls true 68 - cmd: conda install --yes --quiet obvious-ci 69 - cmd: conda install --yes --quiet numpy toolchain scipy cython cffi 70 - cmd: conda install --yes --channel conda-forge pyopencl 71 # 2018-01-19 PAK: 3rd party packages might need msvc, so %CMD_IN_ENV% may be needed for pip 70 72 - cmd: pip install bumps unittest-xml-reporting tinycc 71 73
Note: See TracChangeset
for help on using the changeset viewer.