SiddharthaAnand / datastructures

Data structures Problem Solving Algorithms
19 stars 65 forks source link

Create a build pipeline in travis ci #69

Open SiddharthaAnand opened 3 years ago

SiddharthaAnand commented 3 years ago
  1. Write a .py file which will do the following:
    • Go to each directory
    • Check for files . example: .java and .py
    • Compilation checks, code quality checks
    • Go to tests/ directory
    • Run the tests
    • Gather results and print report on github.
  2. Add .py file to the build.sh in the yml file for travis.