Building a .Deb Archive

David Wallis's Avatar

David Wallis

19 Jun, 2017 05:48 PM

I'm wanting to do a build for a visual studio solution that can also be deployed on linux to run under mono by distributing a .deb file..

this is currently created using dpkg-deb --build

has anyone done similar?

Thanks

David

  1. 1 Posted by Ilya Finkelshte... on 19 Jun, 2017 11:50 PM

    Ilya Finkelshteyn's Avatar

    Hi David,

    Do you believe wspkg will do the job? If yes, we put small script to download it during the install stage.

    install:
      - appveyor downloadfile https://downloads.sourceforge.net/project/unigw/wpkg/1.0.0/wpkg-1.0.0-amd64.exe
      - wpkg-1.0.0-amd64.exe /S
      - ps: write-host "Waiting for installation to complete"
      - ps: while (!(test-path "C:\WPKG\bin\wpkg.exe")) {Write-Host -NoNewline "."; sleep 1}
    

    Let us know if this works for you.

    Ilya.

  2. 2 Posted by David Wallis on 20 Jun, 2017 07:15 AM

    David Wallis's Avatar

    Nice one, I'll give that a try. Thanks

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:27 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac