forked from niosus/EasyClangComplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
24 lines (21 loc) · 795 Bytes
/
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
environment:
global:
# Your package name
PACKAGE: "EasyClangComplete"
matrix:
- SUBLIME_TEXT_VERSION : "3"
PCINSTALL: true
install:
- ps: appveyor DownloadFile "https://raw.githubusercontent.com/randy3k/UnitTesting/master/sbin/appveyor.ps1"
- ps: .\appveyor.ps1 "bootstrap" -verbose
- ps: if (${env:PCINSTALL} -eq $true) { .\appveyor.ps1 "install_package_control" -verbose }
# install Package Control
# - ps: .\appveyor.ps1 "install_package_control" -verbose
- "pip install --upgrade pep8"
- "pip install --upgrade pep257"
- "pip install --upgrade pycodestyle"
build: off
test_script:
- ps: .\appveyor.ps1 "run_tests" -verbose
# testing syntax_test files
# - ps: .\appveyor.ps1 "run_syntax_tests" -verbose