Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Aug 4, 2023
1 parent 64bdda2 commit e3c04bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ artifacts:

install:
- cmd: 7z x -y c:\projects\cpacs\development\3rdparty.zip -oc:\projects\cpacs\development\
- cmd: 7z a -tzip build\doc\htmlDocs.zip build\doc\* -xr!CPACS_Documentation.chm

platform: Any CPU

Expand All @@ -20,3 +19,5 @@ configuration: Release
build:
project: documentation\Cpacs_doc_project.shfbproj

after_build:
- cmd: 7z a -tzip build\doc\htmlDocs.zip build\doc\* -xr!CPACS_Documentation.chm

0 comments on commit e3c04bb

Please sign in to comment.