forked from tabad/fusioninventory-agent-windows-installer
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathappveyor.yml
48 lines (41 loc) · 1.04 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
42
43
44
45
46
47
48
version: '{branch}-{build}'
shallow_clone: true
notifications:
- provider: Email
to:
on_build_success: true
on_build_failure: true
on_build_status_changed: true
install:
- cinst pandoc --version 1.17.0.2
- cd Perl\Scripts
- .\install-gnu-utilities-collection.bat
- .\install-strawberry-perl-package-for-fusioninventory-agent.bat
- .\install-fusioninventory-agent.bat
- .\patch-fusioninventory-agent.bat
- .\update-ids-repositories.bat
- cd ..\..
test: off
build_script:
- cd NSIS
- .\FusionInventory-Agent.bat
- .\FusionInventory-Agent-Portable.bat
- dir
artifacts:
- path: NSIS/*.txt,Perl/Scripts/*build.log*
name: logs
- path: NSIS/*.exe
name: exes
- path: NSIS/*.md5,NSIS/*.sha1,NSIS/*.sha256
name: chks
deploy:
description: 'Public Release'
provider: GitHub
auth_token:
secure: Fj7kDVdTteWqhYzCHzJWzD396lEPluN+bku+qD+mpPWhAACk1inaAdRzdEQkmgre
artifact: exes,chks
draft: false
prerelease: false
on:
appveyor_repo_tag: true