Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Anything else needed, or is it ready to be merged?

I need you to squash this one to a single commit. Right now trying to rebase this on top of master is a nightmare because of things added and removed...

Can we get this into the CI in some way? Like during build on linux it downloads qemu and runs the example?

At the top of the CI there is this: ``` on: push: branches: [ master, dev, ci_testing, experiments ] pull_request: branches: [ master, dev ] ``` So if you rename...

Can you place the CI together with the rest of the CI? Right now it's a separate yml file.

Ok, I'll grab this onto my machine and see if I can figure why the testproject fails. Thanks for all the hard work so far.

Some broken CI, but this is now due to LLVM making a bad release (not the first time)

I think you can disable testing. This is mostly for development and checking compiler behaviour and should not really differ on platforms. In other words, the actual CI that is...

You can override the settings using `--cc gcc` at the command line.