INFRA - Cross-platform Build Script#80
Conversation
|
We need to test on windows, no one with windows env setup was present, will test later |
davidbeechey
left a comment
There was a problem hiding this comment.
I kinda hate it, but if it works it works + it's a bit tidier than 2 files
Got both OSs building from the same ps1 file using https://stackoverflow.com/a/67292076
|
Why did i call that commit both boards working? I ment to put OSs |
TomLonergan03
left a comment
There was a problem hiding this comment.
are we changing to use this script in the CI job or keep the matrix there?
| @@ -0,0 +1,48 @@ | |||
| echo --% >/dev/null;: ' | out-null | |||
| <#' | |||
| echo "Building main workspace" | |||
There was a problem hiding this comment.
it slighly bothers me that these print different things on the two OSes lol
There was a problem hiding this comment.
Ops built both without looking at one another, ill fix that later today
Keeping the CI job the same - easier to see what jobs are running/failing and doing them in parallel. This script is basically just for “does everything work” during development without having to cd everywhere all the time lol |
davidbeechey
left a comment
There was a problem hiding this comment.
I'm coming back to this and I'd be happier if this was two build scripts tbh, one for Windows one for Linux/Mac. The two OS in one file thing is cool though, just not right here
No description provided.