issues
search
defold
/
extender
Native extension build server
https://defold.com/manuals/extensions/
MIT License
45
stars
19
forks
source link
Rework compilation errors handling
#554
Closed
ekharkunov
closed
1 week ago
ekharkunov
commented
2 weeks ago
Compilation error from remote builder now writes directly to result file without pushing it to logs.
Add
consumeQuite
to make sure that response entity was fully consumed. Add test to check compilation error.
Add async build variant to integration test configuration.
Fixes #550
consumeQuite
to make sure that response entity was fully consumed. Add test to check compilation error.Fixes #550