-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
36 lines (24 loc) · 723 Bytes
/
Copy pathappveyor.yml
File metadata and controls
36 lines (24 loc) · 723 Bytes
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
# Appveyor Configuration File
# See http://www.appveyor.com/docs/appveyor-yml for many more options
# Allow WMF5
os: WMF 5
# Skip on updates to the readme.
# We can force this by adding [skip ci] or [ci skip] anywhere in commit message
skip_commits:
message: /updated readme.*|update readme.*s/|test
build: false
#Kick off the CI/CD pipeline
test_script:
- ps: . .\build.ps1
# Set Version
#version: '1.0.{build}'
# Set Environment Variables
#environment:
# variable1: value
# variable2: value
# Secured Variables (Go on Appveyor. Account/-> Encrypt data tool)
#environment:
# my_variable:
# secure: <encrypt_value>
# Build Pipeline
# https://www.appveyor.com/docs/build-configuration/#build-pipeline