Changeset 772e49c in sasmodels


Ignore:
Timestamp:
Jan 19, 2018 10:47:58 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

tweak appveyor config; maybe it will work?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appveyor.yml

    r9c640ff r772e49c  
    44  # /E:ON and /V:ON options are not enabled in the batch script interpreter 
    55  # See: http://stackoverflow.com/a/13751649/163740 
    6   # [2018-01-19 PAK] probably irrelevant now that we are using tinycc rather than msvc 
     6  # 2018-01-19 PAK: probably irrelevant now that we are using tinycc rather than msvc 
    77  CMD_IN_ENV: "cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd" 
    88 
     
    4949 
    5050    # Remove cygwin (and therefore the git that comes with it). 
    51     # [2018-01-19 PAK] probably irrelevant since we already pulled the repo 
     51    # 2018-01-19 PAK: probably irrelevant since we already pulled the repo 
    5252    #- 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% 
    5356 
    5457    # Use the pre-installed Miniconda for the desired arch 
     
    5962    # so that we can update it. Then we remove it so that 
    6063    # 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 
    6365    - cmd: call "%CONDA_INSTALL_LOCN%\Scripts\activate.bat" 
    64     - cmd: "%CONDA_VER%" config --add channels conda-forge 
    65     - cmd: "%CONDA_VER%" config --set show_channel_urls true 
    66     - cmd: "%CONDA_VER%" install --yes --quiet obvious-ci 
    67     - cmd: "%CONDA_VER%" install --yes --quiet numpy toolchain scipy cython cffi 
    68     - cmd: "%CONDA_VER%" install --yes --channel conda-forge pyopencl 
    69     # [2018-01-19 PAK] 3rd party packages might need msvc, so %CMD_IN_ENV% may be needed for pip 
     66    - 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 
    7072    - cmd: pip install bumps unittest-xml-reporting tinycc 
    7173 
Note: See TracChangeset for help on using the changeset viewer.