-
-
Notifications
You must be signed in to change notification settings - Fork 0
unity-cli@v1.5.4 #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
unity-cli@v1.5.4 #40
Changes from 7 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0271e6c
unity-cli@v1.5.4
StephenHodgson fa2baa3
always clean space on linux
StephenHodgson 339a5b7
add stack trace to the message
StephenHodgson b422a69
bump action versions
StephenHodgson e8d0363
bump action versions
StephenHodgson 9c7b7cc
try to init dummy fmod audio drivers to reduce error logs
StephenHodgson 0266d3e
init ALSA
StephenHodgson 561392b
append summary
StephenHodgson 031348b
reverts
StephenHodgson 6acc591
add Completed with errors edge case
StephenHodgson df536b5
sure y not
StephenHodgson eece0e0
bump deps
StephenHodgson 07a6c97
update android sdk search
StephenHodgson bd0d637
don't remove android for 2017 && 2018
StephenHodgson 0f4f86e
update build options
StephenHodgson a3003b3
remove logs
StephenHodgson 9f33b07
fix linux FMOD errors
StephenHodgson 969a683
only annotate if script is in root of project path
StephenHodgson d039f15
add pulseaudio to install
StephenHodgson 3d79e1f
only build linux
StephenHodgson 8fd2c9a
Merge branch 'development' into fix/fmod-errors
StephenHodgson 78caa36
Revert "only build linux"
StephenHodgson 3a2e042
fix linux FMOD errors (#41)
StephenHodgson 80fc045
remove comment
StephenHodgson 7493975
add ignored error lines for editor
StephenHodgson e85e776
add additional log
StephenHodgson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,10 @@ | ||
| // Minimal mock for @electron/asar used in tests | ||
| module.exports = { | ||
| extractFile: (asarPath, file) => { | ||
| if (file === 'package.json') { | ||
| return Buffer.from(JSON.stringify({ version: '1.0.0' })); | ||
| } | ||
| return Buffer.from(''); | ||
| extractFile: (asarPath, file) => { | ||
| if (file === 'package.json') { | ||
| return Buffer.from(JSON.stringify({ version: '1.0.0' })); | ||
| } | ||
| return Buffer.from(''); | ||
| }, | ||
| uncacheAll: () => { }, | ||
| }; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.