adams85 / acornima

Acornima is a standard-compliant JavaScript parser for .NET. It is a fork of Esprima.NET combined with the .NET port of the acornjs parser.
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Add NUKE build infrastructure #2

Closed lahma closed 4 months ago

lahma commented 4 months ago

First stab at getting builds happening in c#. As there's no existing workflows hard to see if anything works, but seems to build and pass locally...

adams85 commented 4 months ago

Looks good. Let's merge it and see what happens :)

adams85 commented 4 months ago

Works like a charm on windows, but the Compile, Test, Pack step fails on macos and ubuntu:

Run ./build.cmd Compile Test Pack ./build.cmd: line 3: /Users/runner/work/acornima/acornima/build.sh: Permission denied Error: Process completed with exit code 1.

Any idea what goes wrong?

EDIT: Nvm, looks like this did the trick.