Giter VIP home page Giter VIP logo

Comments (8)

mikeberger avatar mikeberger commented on September 15, 2024

To use github actions, I would need to find a way to build the windows msi installer on linux. I currently build the msi installer on windows and it requires jpackage to be run on windows and also the WiX toolkit to be installed on windows.

Github actions should be able to build the linux installer, I guess. Without a clear path on windows, I haven't been very interested in github actions just for just a linux auto build.

from borg_calendar.

RESDXChgfore9hing avatar RESDXChgfore9hing commented on September 15, 2024

hmm i see,but a zip version for windows is fine too. why not have that?

from borg_calendar.

mikeberger avatar mikeberger commented on September 15, 2024

I used to zip up the contents of BORGCalendar\install\target\installer as the "zip" version. It does not contain Java. Back in the days of Java 8 and before, users installed one or more JREs on their machine. None of my installers bundled Java. This led to endless user problems. No user should have Java installed these days unless it cannot be avoided.

I use jpackage to bundle the correct version of Java with Borg. Unfortunately, jpackage must be run on each target OS.

If github provided a decent way to auto build my current installers after each commit, I'd definitely look into it.

from borg_calendar.

RESDXChgfore9hing avatar RESDXChgfore9hing commented on September 15, 2024

hm is WiX toolkit open source?
If it is I guess i can try make a github action that installs WiX toolkit into the cloud*runner targeting windows.

then the problem would be solved.right?

from borg_calendar.

mikeberger avatar mikeberger commented on September 15, 2024

I did not realize that WiX was open source. I also did not realize that windows runners were allowed.

I guess it is possible then.

Is the goal to use github actions to provide snapshot builds after each commit? I haven't looked at actions much at all.

from borg_calendar.

RESDXChgfore9hing avatar RESDXChgfore9hing commented on September 15, 2024

each commit or a special tag is possible.
for example

#copied from https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
jobs:

above shows trigger for x job* at each pull request.

from borg_calendar.

RESDXChgfore9hing avatar RESDXChgfore9hing commented on September 15, 2024

snapshot build should be possible if we do a maximum 2 daily snapshot build,it should not exceed github free action limit.

from borg_calendar.

RESDXChgfore9hing avatar RESDXChgfore9hing commented on September 15, 2024

this could be useful.https://github.blog/changelog/2022-01-11-github-actions-jobs-running-on-windows-latest-are-now-running-on-windows-server-2022/

from borg_calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.