Set executable permissions for build scripts#161
Open
FabioZumbi12 wants to merge 4 commits intoobsproject:masterfrom
Open
Set executable permissions for build scripts#161FabioZumbi12 wants to merge 4 commits intoobsproject:masterfrom
FabioZumbi12 wants to merge 4 commits intoobsproject:masterfrom
Conversation
Add execute permissions to build scripts for macOS and Ubuntu.
Add execute permissions to run-clang-format script.
Contributor
|
the files should have execute permissions in git, not added on running build |
Added execute permission to the run-gersemi script.
Author
|
Since I'm using VS Code on Windows, these permissions aren't set by default. When I push to the Git repository, the files lack the necessary execution rights. These chmod lines ensure the files are ready to run immediately after deployment. |
Contributor
|
you can run |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add execute permissions to build scripts for macOS and Ubuntu.
Motivation and Context
This modification makes build ready to work after using in our plugins.
How Has This Been Tested?
Yes, on my own plugins using this template.
Types of changes
Changes action.yml to run chmod -x on executables for macos and linux.
Checklist: