Skip to content

Commit

Permalink
Disable Flightcrew test
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Oct 30, 2019
1 parent 38a3b91 commit f94e64c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ environment:
global:
PYTHON: C:\Python37-x64
EPUBCHECK: https://github.com/w3c/epubcheck/releases/download/v4.2.2/epubcheck-4.2.2.zip
FC: https://github.com/sigil-ebook/flightcrew/releases/download/0.9.2/FlightCrew_v0.9.2win.zip


before_build:
- cmd: |-
set PATH=%PYTHON%;%PATH%
curl.exe -L -o echeck.zip %EPUBCHECK%
7z x echeck.zip -y
curl.exe -L -o fc.zip %FC%
7z x fc.zip -y
build_script:
- cmd: |-
Expand All @@ -35,7 +32,6 @@ build_script:
test_script:
- cmd: |-
java -jar .\epubcheck-4.2.2\epubcheck.jar src/ -mode exp --failonwarnings
.\FlightCrew\win32\flightcrew-plugin.exe src
artifacts:
Expand Down

0 comments on commit f94e64c

Please sign in to comment.