-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
41 lines (32 loc) · 1.02 KB
/
appveyor.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version: 0.1.0-{build}
skip_tags: false
platform: x64
configuration: Release
clone_folder: C:\pictura-mediocritas
install:
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%
-
- bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
- bash -lc "pacman --noconfirm -Syyu"
- bash -lc "pacman --noconfirm -Su mingw-w64-x86_64-freeimage mingw-w64-x86_64-nasm"
build: off
build_script:
- git submodule update --init --recursive
# target_os for ffmpeg's configure
- make target_os=mingw64
- cp out\pictura-mediocritas.exe pictura-mediocritas-v0.1.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note pictura-mediocritas-v0.1.0.exe
test: off
artifacts:
- path: pictura-mediocritas-v0.1.0.exe
deploy:
provider: GitHub
artifact: pictura-mediocritas-v0.1.0.exe
auth_token:
secure: /6TsIkMcI5dtUAvr8RJZxjUMR9uDgFLLZDyNbm5HqNCD0zbuj4TUY2JPIte4F+E7
on:
appveyor_repo_tag: true
notifications:
- provider: Email
on_build_status_changed: true