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:
parent
f5a70afad0
commit
e9ba131086
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ install:
|
||||||
- SET PATH=C:\Python35-x64;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
|
- 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 flake8
|
||||||
- python3 -mpip install random2
|
- python3 -mpip install random2
|
||||||
|
- python3 -mpip install py2exe
|
||||||
- python3 -mpip install sgmllib3k
|
- python3 -mpip install sgmllib3k
|
||||||
- python3 -mpip install six
|
- python3 -mpip install six
|
||||||
- perl -v
|
- perl -v
|
||||||
|
@ -28,6 +29,7 @@ test_script:
|
||||||
- set FCS_USE_TEST_RUN=1
|
- set FCS_USE_TEST_RUN=1
|
||||||
- gmake pretest
|
- gmake pretest
|
||||||
- perl run-tests.pl
|
- perl run-tests.pl
|
||||||
|
- python setup.py py2exe
|
||||||
cache:
|
cache:
|
||||||
- C:\_P5 -> .appveyor.yml
|
- C:\_P5 -> .appveyor.yml
|
||||||
- C:\strawberry -> .appveyor.yml
|
- C:\strawberry -> .appveyor.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue