Skip to content

annelibogren/CI-build-test-Pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Integration

Use

Clone

git clone https://github.com/DD2480-Group-25/continuous-integration.git

Run

Open project in Intellij and press run button

Test

./gradlew test

Lint

./gradlew sonarlintMain && ./gradlew sonarlintTest

Build

./gradlew build