1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Try py2exe in appveyor.

This commit is contained in:
Shlomi Fish 2017-12-29 15:38:02 +02:00
parent f5a70afad0
commit e9ba131086

View file

@ -8,6 +8,7 @@ install:
- SET PATH=C:\Python35-x64;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- python3 -mpip install flake8
- python3 -mpip install random2
- python3 -mpip install py2exe
- python3 -mpip install sgmllib3k
- python3 -mpip install six
- perl -v
@ -28,6 +29,7 @@ test_script:
- set FCS_USE_TEST_RUN=1
- gmake pretest
- perl run-tests.pl
- python setup.py py2exe
cache:
- C:\_P5 -> .appveyor.yml
- C:\strawberry -> .appveyor.yml