An error occurred while fetching the assigned milestone of the selected merge_request.
Ci setup
Branch was created to created CI. The gitlab CI is running for now, it also uses gradle so we don't have that many technologies involved.
Merge request reports
Activity
Only compiles the folders src/main and src/test by default.
Needed to add the following to the build.gradle
sourceSets { main { java { srcDirs = ["src/applications", "src/core", "src/gui", "src/input", "src/interfaces", "src/main", "src/movement", "src/report", "src/routing", "src/ui", "src/util"] } } test { java { srcDirs = ["src/test"] } } }
added 1 commit
- dc0981a3 - Add missing source folders to gradle script and include sonarqube task/plugin
added 1 commit
- 03f3e5ec - Remove execution of tests when executing sonarqube
added 1 commit
- 76aba6ca - Build lib into correct directory and add artifacts
added 1 commit
- f905b4ac - Remove files that are automatically copied by build script
added 1 commit
- dd5a73cb - Add folders needed for execution into build artifacts
added 1 commit
- 56f63c00 - Correct wrong filename, add report-dir to test output
mentioned in commit ee340792
Please register or sign in to reply