summaryrefslogblamecommitdiff
path: root/.appveyor.yml
blob: 22124121704236e78ceda1bc97c29493590e164c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                               
version: 0.7.0.{build}
image: Visual Studio 2022
environment:
  CHERE_INVOKING: yes  # Preserve the current working directory
  MSYSTEM: UCRT64
install:
  - git submodule update --init
build_script:
- cmd: |
    C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
    C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
    C:\msys64\usr\bin\bash -lc "./packaging/msys2-build.sh"
artifacts:
  - name: Installer
    path: build/Mana-*-win64.exe