Gitlab CI Build Test

This commit is contained in:
Michael Rausch
2017-04-04 19:03:45 +12:00
parent 7022be1979
commit c689530068
+2 -2
View File
@@ -4,10 +4,10 @@ Basic Maven project with required Maven reporting setup and basic GitLab CI.
It is a requirement that your product should be completely built to a deliverable form using the Maven package goal. It is a requirement that your product should be completely built to a deliverable form using the Maven package goal.
Remember to set up your GitLab CI server (refer to the student guide for instructions). .Remember to set up your GitLab CI server (refer to the student guide for instructions).
# Basic Project Structure # Basic Project Structure
- `src/` Your application source - `src/` Your application source
- `doc/` User and design documentation - `doc/` User and design documentation
- `doc/examples/` Demo example files for use with your application - `doc/examples/` Demo example files for use with your application