Giter VIP home page Giter VIP logo

Comments (3)

JoeKar avatar JoeKar commented on August 16, 2024 1

In #3284 (comment) I already pointed out to move/convert the nightly creation into a GitHub action, which we could maintain too.
The current approach doesn't seem to be reliable enough.

from micro.

dmaluka avatar dmaluka commented on August 16, 2024

I've checked that it is indeed stuck at 1f51d0b. I've downloaded micro-2.0.14-dev.181-linux64.tar.gz
and it says it is built from 1f51d0b:

% ./micro -version
Version: 2.0.14-dev.181
Commit hash: 1f51d0b9
Compiled on June 07, 2024

and indeed, it doesn't include changes added after 1f51d0b, for example sub-word cursor movements (#2665): trying to run bind Alt-Left SubWordLeft results in Error in bindings: action SubWordLeft does not exist.

@zyedidia ?

from micro.

Neko-Box-Coder avatar Neko-Box-Coder commented on August 16, 2024

Yes the nightly CI seems to be broken.

@Gavin-Holt
I have my own dev branch that auto-builds and uploads artifacts for new commits if you don't mind
https://github.com/Neko-Box-Coder/micro-dev/actions/runs/9376046305

@dmaluka
Maybe we can do something like this from what I have

    - uses: actions/upload-artifact@v4
      with:
        name: micro-${{ matrix.os }}-${{ github.sha }}
        path: |
          ./micro
          ./micro.exe
        compression-level: 9

and point people to the GitHub action artifacts if they want nightly.

from micro.

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.