Skip to content

Commit

Permalink
Merge pull request GNS3#59 from GNS3/upload-artifacts
Browse files Browse the repository at this point in the history
Fix uploading cygwin1.dll on AppVeyor artifacts
  • Loading branch information
ziajka authored May 9, 2019
2 parents f79b7ee + 5ab2430 commit 60367ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install:
build_script:
- '%CYG_ROOT%/bin/bash -lc "ls $APPVEYOR_BUILD_FOLDER'
- '%CYG_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER && make CFLAGS=\"-O3 -Wall -IWpdPack\\Include\"'
- 'copy C:\cygwin\bin\cygwin1.dll %APPVEYOR_BUILD_FOLDER%'


artifacts:
Expand Down

0 comments on commit 60367ec

Please sign in to comment.