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 722493e commit 64bdda2
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 @@ -6,11 +6,12 @@ os: Visual Studio 2015
artifacts:
- path: 'build/doc/*.chm'
name: chmDocs
- path: 'build/doc/*'
- path: 'build/doc/htmlDocs.zip'
name: htmlDocs

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 Down

0 comments on commit 64bdda2

Please sign in to comment.