Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appveyor.yml - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f291da92a3b70eac6ced9298272031cb2a3bd12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version: 1.7.10-{build}

environment:
  MSYS: C:\MSYS
  MINGW32: C:\MSYS\mingw
  MINGW64: C:\MSYS\mingw

install:
- ps: >-
    if (!(Test-Path "$env:MSYS")) {
      Invoke-WebRequest http://xhmikosr.1f0.de/tools/msys/MSYS_MinGW-w64_GCC_610_x86-x64.7z -OutFile msys.7z
      7z x msys.7z -oC: -y > $null
    }

    git submodule -q update --init --recursive

cache:  # 15.11.2015 14:32
  - C:\MSYS -> appveyor.yml

build_script:
  - cmd: build.bat silent nocolors

test: off

deploy: off