forked from rotki/rotki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
41 lines (34 loc) · 1.35 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
version: 1.0.{build}
os: unstable
environment:
python2_version: 2.7.15
python3_version: 3.7.2
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
arch: 32
install:
- ps: appveyor\variables.ps1
- ps: appveyor\install.ps1
- git clone https://github.com/journeyapps/node-sqlcipher.git
- git clone https://github.com/rigglemania/pysqlcipher3.git
# - tar -xvzf node-sqlcipher/deps/sqlcipher-amalgamation-3020001.tar.gz
# - robocopy sqlcipher-amalgamation-3020001\ pysqlcipher3\amalgamation\ & exit 0
# - robocopy sqlcipher-amalgamation-3020001\ c:\python36\include\sqlcipher\ & exit 0
# - cd pysqlcipher3
# - python setup.py build_amalgamation
# - python setup.py install
# - cd ..
# - pip install -r requirements.txt
# - pip install pytest
build_script:
- ls # Remove me. I am just here so that build script has content
# - npm ci
# - npm config set python C:\Python27\python.exe
# - set PYTHON="C:\Python27\python.exe"
# - npm rebuild zeromq --runtime=electron --target=3.0.0
# - node_modules\.bin\electron-rebuild
test_script:
# - pytest rotkehlchen/tests/
# - npm test
deploy_script:
# - node_modules\.bin\electron-packager . --overwrite --ignore="rotkehlchen$" --ignore="rotkehlchen.egg-info" --ignore="tools$" --ignore=".*\.sh" --ignore=".*\.py"