Edgewall Software

Changes between Version 7 and Version 8 of AppVeyor


Ignore:
Timestamp:
Jul 5, 2016, 12:33:09 PM (8 years ago)
Author:
Christian Boos
Comment:

in the sequence for manual testing, set up environment prior to sourcing appveyor.ps1 script

Legend:

Unmodified
Added
Removed
Modified
  • AppVeyor

    v7 v8  
    5252> cp Makefile.cfg Makefile.cfg.custom # if needed...
    5353> Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
    54 > . .\contrib\appveyor.ps1
    5554> $env:PATH = "$($env:PATH);C:/Dev/ez-make-4.1/bin" # example
    5655> $env:PYTHONHOME = 'C:\Python27'          # example
     
    5857> $env:SVN_BRANCH = '1.0-stable'
    5958> $DebugPreference = "Continue"            # to see the Appveyor API calls
     59> . .\contrib\appveyor.ps1
    6060> Trac-Install
    6161> Trac-Build