Skip to content
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

Travis based syntax checker #21

Open
ShivangiSingh17 opened this issue Oct 4, 2019 · 1 comment
Open

Travis based syntax checker #21

ShivangiSingh17 opened this issue Oct 4, 2019 · 1 comment

Comments

@ShivangiSingh17
Copy link
Owner

A Travis config file has to be created with several bash files for checking syntax of the code submitted in PRs

  1. A travis.yml file will be created in root. The purpose of this file would be to set up a basic Linux node on Travis and fetch all files that have been changed/created in the specific PR
  2. Further, a directory "build_scripts" will be created that will contain a bash file for each language. The purpose of each file is to install the required compiler and dependencies and check syntax for a particular language

Travis CI will execute the desired file from "build_scripts" after inspecting the language of files present in the PR.

@ShivangiSingh17
Copy link
Owner Author

@puneet29 Go Ahead!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant