ocaml-community / ocamlscript

Write an OCaml script, run an optimized executable
Boost Software License 1.0
73 stars 7 forks source link

GitHub Actions #17

Closed liyishuai closed 3 years ago

UnixJunkie commented 3 years ago

What does it do?

UnixJunkie commented 3 years ago

Is this continuous integration related? How can I test that it is working?

liyishuai commented 3 years ago

Yes, here's the triggered CI: https://github.com/liyishuai/ocamlscript/actions/runs/1379335056

UnixJunkie commented 3 years ago

The seven warnings are fine?

liyishuai commented 3 years ago

The warning says the executable ocamlscript was not found in the Windows build. Does Windows have the Makefile variable EXE set to, say, .exe?


Update: Indeed, https://github.com/ocaml-community/ocamlscript/blob/89546932729b99a6b683db13b74aac1b97b467d8/OCamlMakefile#L127-L130

New run: https://github.com/liyishuai/ocamlscript/actions/runs/1379644564 Ready to merge if artifact warnings are cleared. Ignore macOS-latest workflows will use macOS-11 soon.

liyishuai commented 3 years ago

Ready.

UnixJunkie commented 3 years ago

Ok, thanks for the details and for your contribution. Sorry, for the maybe dumb questions: I don't know nor use github actions.