Code Monkey home page Code Monkey logo

Comments (7)

jesseduffield avatar jesseduffield commented on April 28, 2024

Not sure whether read access needs to be given for open source CI accounts but here's the link anyway https://travis-ci.org/jesseduffield/lazygit/jobs/413106561

from lazygit.

frealgagu avatar frealgagu commented on April 28, 2024

This is what I've done to build the binary for archlinux package:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=lazygit

I'll add the steps as soon as I have access to my PC.

from lazygit.

jesseduffield avatar jesseduffield commented on April 28, 2024

awesome! I've got binary releases being made now for each platform, but without any installation method. I'm guessing the archlinux solution is linux only right?

from lazygit.

frealgagu avatar frealgagu commented on April 28, 2024

Yes, although each linux distribution has its own method to install packages via a package manager (apt, yum, pacman, portage, etc), so having the executable I consider that is not necessary to have a single installation method for every platform. I can ensure that new package instalables (.deb,.rpm...) will be offered by people which are using this tool early (this app is being so popular) .

from lazygit.

qJkee avatar qJkee commented on April 28, 2024

i can't see the full config, but do you have this part?

deploy:
  provider: releases
  skip_cleanup: true
  api_key:
    secure: somekey
  file:
  - lazygit.windows.amd64.exe
  - lazygit.darwin.amd64
  - lazygit.linux.amd64
  on:
    repo: jesseduffield/lazygit
    tags: true
    condition: $LATEST = true

from lazygit.

jesseduffield avatar jesseduffield commented on April 28, 2024

yep thanks @qJkee I got it making binaries now :)
The config is found here https://github.com/jesseduffield/lazygit/blob/master/.travis.yml

from lazygit.

jesseduffield avatar jesseduffield commented on April 28, 2024

closing cos we've gotten these binaries working :)

from lazygit.

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.