Replies: 1 comment
-
I saw that you added version using LD FLags in the Makefile... I can merge into that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just want to make a slight change to build.
Make file and ci build...
basically doing dependency chains in make file to reduce stuff in the ci files.
see the darwin ci file. it now does builds on PR:
in ci, doing builds on PR, so we see breaks automatically.
in ci, release step, a PR has no tag to build against and fails, which is fine. At least we and dev see that it build. But I was thinking about where a PR build could go ?. Maybe Github pages site mapped to an S3 would be perfect, because then devs can get their PR builds from the web site and do cross platform testing. Would speed up dev cycles I think.
https://github.com/gedw99/chapar/actions/runs/11236435308/job/31236545003
main...gedw99:chapar:main
Beta Was this translation helpful? Give feedback.
All reactions