BuildAll: Make sure we can build all targets at once #9

Closed
opened 2026-01-29 16:27:25 +00:00 by claunia · 2 comments
Owner

Originally created by @robertmuehsig on GitHub (Oct 18, 2017).

Originally assigned to: @robertmuehsig on GitHub.

Currently, because we seem to name it everytime just /desktop it will overlap when we first build windows and then linux etc.

https://ci.appveyor.com/project/robertmuehsig/electron-net

Originally created by @robertmuehsig on GitHub (Oct 18, 2017). Originally assigned to: @robertmuehsig on GitHub. Currently, because we seem to name it everytime just /desktop it will overlap when we first build windows and then linux etc. https://ci.appveyor.com/project/robertmuehsig/electron-net
claunia added the Feature label 2026-01-29 16:27:25 +00:00
Author
Owner

@robertmuehsig commented on GitHub (Oct 19, 2017):

Idea:

Instead of build under obj/desktop, we may need to insert the "target platform" identitier like this:

obj/desktop/osx/...
or
obj/desktop/win/...

The reason to seperate each output is to ensure we can build all platform at once without overlapping each other.

obj/desktop/win/ would publish to bin/desktop/win/... etc.

This way the build wouldn't be failing anymore.

@robertmuehsig commented on GitHub (Oct 19, 2017): Idea: Instead of build under obj/desktop, we may need to insert the "target platform" identitier like this: obj/desktop/osx/... or obj/desktop/win/... The reason to seperate each output is to ensure we can build all platform at once without overlapping each other. obj/desktop/win/ would publish to bin/desktop/win/... etc. This way the build wouldn't be failing anymore.
Author
Owner

@robertmuehsig commented on GitHub (Oct 24, 2017):

Works now on Travis CI

@robertmuehsig commented on GitHub (Oct 24, 2017): Works now on Travis CI
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#9