ArkScript-lang/std

Add a CI

Closed this issue · 0 comments

First idea

It should:

  • checkout Ark
  • update all the submodules
  • link the last commit of this repo as the lib/std of Ark (rm -r lib/std && ln -s our/copy Ark/lib/std should be good enough)
  • build ark with the console module
  • launch the tests only in the std/ folder

Other idea

It should:

  • download latest Ark release
  • unzip the downloaded release
  • launch the tests only on the std/ folder