Coder Social home page Coder Social logo

Comments (7)

casey avatar casey commented on July 29, 2024

I suggest writing a bash recipe:

foo:
  #!/usr/bin/env bash
  some_command
  if [[ $? == 100 ]]; then
    do_something
  fi

from just.

ajeetdsouza avatar ajeetdsouza commented on July 29, 2024

@casey bash recipes aren't portable to Windows, and defeat the purpose of a justfile for me. Would you reconsider this issue?

Related: #1187

from just.

casey avatar casey commented on July 29, 2024

@ajeetdsouza Can you use powershell? If you don't have bash, powershell is pretty reasonable.

set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]

hello:
  Write-Host "Hello, world!"

from just.

ajeetdsouza avatar ajeetdsouza commented on July 29, 2024

I did consider using PowerShell / Python / Nushell, but that would mean yet another tool I have to reliably install in CI.

I'm currently using an xtask to avoid this, but I'd be willing to migrate if just provided a few more advanced features.

from just.

casey avatar casey commented on July 29, 2024

This is windows CI? I'm not familiar with what ships natively, but it might already have powershell.exe or pwsh.exe.

from just.

ajeetdsouza avatar ajeetdsouza commented on July 29, 2024

I want CI to run on Windows / macOS / Linux uniformly, and PowerShell is not bundled with macOS / Linux.

from just.

casey avatar casey commented on July 29, 2024

Ahh, I see. Can you open a new issue with your specific use case? I'd have to see exactly what you're trying to do to see if there's a good way to do it.

from just.

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.