diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2019-02-19 06:30:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 06:30:30 +0200 |
| commit | 046a72346c82ac48f770ae6e015025f24d019460 (patch) | |
| tree | f36195befdde1b14ec6cdc83d817778c4542d88d /appveyor.yml | |
| parent | f9ac64c65d873d2b677373cd557c5bf2c6ffa85c (diff) | |
| parent | f0f672f9b7ff01def3b56cb63ce14480ca30e971 (diff) | |
Merge pull request #656 from ModOrganizer2/Appveyor
Appveyor test build process, current project only
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..88530f52 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +version: 1.0.{build} +image: Visual Studio 2017 +build_script: +- cmd: >- + + git clone --depth=1 --branch=%APPVEYOR_REPO_BRANCH% https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella 2> $null + + mkdir c:\projects\modorganizer-build -type directory + + cd c:\projects\modorganizer-umbrella + + C:\Python37-x64\python.exe unimake.py -d c:\projects\modorganizer-build -s Appveyor_Build=True %APPVEYOR_PROJECT_NAME% |
