Skip to content

borjarg95/pushdown-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pushdown Generator

Issues on Github Pull Request opened on Github Release version on Github Release date on Github
Branch Linux Deploy Windows Deploy CircleCI - Docker CodeClimate
master img_ci_travis_status img_ci_appveyor_status img_ci_circleci_status img_ci_codeclimate_status

Code Metrics by sonarqube

Quality Gate Lines Bugs Vulnerabilities Code Smells Debt ratio Comments

Prerequisites

Documentation

How to start ?

  • Download binary from: wget https://github.com/borjarg95/pushdown-generator/tarball/v1.0.16
  • Unzip to new folder and enter to directory: unzip pushdown-generator-v1.0.16 && cd pushdown-generator-v1.0.16/
  • Start with binary: java -jar pushdown-generator-1.0.16.jar

How to install ?

  • Compile java sources: mvn install
  • Execute compiled file (with MAVEN): mvn spring-boot:run

How to exec tests ?

  • Execute tests (with MAVEN) : mvn test
  • Generate tests report (XML and HTML formats) : mvn surefire-report:report

Java tested versions

Version Name Release Date Tests status
openjdk6 2006 not supported
openjdk7 2011 not supported
openjdk8 2014 supported
openjdk9 2017 supported
openjdk10 2017 supported
openjdk11 2018 not supported

MAVEN

To use maven, need to install first with ( read more here at: maven in five minutes)