-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
52 lines (44 loc) · 1.4 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
49
50
51
52
version: Build {build}
skip_non_tags: true
build:
verbosity: minimal
environment:
matrix:
- MINICONDA_VERSION: "latest"
PYTHON: "C:\\Miniconda36-x64"
PYTHON_VERSION: "3.6"
platform: x64
PYTHON_ARCH: "64"
install:
- "git clone git://github.com/astropy/ci-helpers.git"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "conda update -yq conda"
- "conda create -yq -n test-environment python=%PYTHON_VERSION% scipy numpy pandas"
- "activate test-environment"
- "python --version"
- "python -m pip install -U pip"
- "pip --version"
- "pip install -r requirements.txt"
- "pip install .[matlab]"
- "pip install pypiwin32>=223"
# PyInstaller-3.3.dev0+g964547cd
- "pip install git+git://github.com/pyinstaller/pyinstaller.git@develop"
build_script:
- "python -c \"from pycamv import proteowizard ; proteowizard.fetch_proteowizard()\""
- "pyinstaller pycamv.spec"
test_script:
- "python setup.py test"
artifacts:
- path: dist\PyCAMVerter.exe
name: PyCAMVerter
deploy:
- provider: GitHub
description: "Tool for processing mass spectrometry data for CAMV"
artifact: PyCAMVerter
draft: false
prerelease: false
force_update: true
on:
appveyor_repo_tag: true
auth_token:
secure: +GzJ//tQ7T8IYqT0tFSseDQ7N5+HfGrh6pv4DHVTMxy3fhd5KYYXUfhgXkqoCIfn