diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 10:55:55 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 10:55:55 -0600 |
| commit | 016d683da8d6a5758b4b9d4dcb59fe659f352990 (patch) | |
| tree | 2404542f3f5e0145d05749f0f6c42ee0aea297ca | |
| parent | 6fbb0124de839147705bb6d78b42d0862d53660c (diff) | |
include pdfs in docs dir
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | Rakefile | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 555804c..d107da7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ build-image: - docker build . -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA -mvn: +verify: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA stage: test script: @@ -3,8 +3,9 @@ Assignment #1 Name: Mo Khan Student ID: 3431709 -This project uses `maven` as the primary build tool. `rake` is used as a -secondary build tool to drive the `mvn` goals. +This project uses [maven](https://maven.apache.org) as the primary build tool. +[rake](https://github.com/ruby/rake) is used as a +secondary build tool to drive the [maven](https://maven.apache.org) goals. Instructions on how to install `maven` can be found [here](https://maven.apache.org/). @@ -10,7 +10,7 @@ Rake::PackageTask.new("comp-268-2", DateTime.now.strftime("%y%m").to_i) do |pack 'Gemfile*', 'README.*', 'Rakefile', - 'doc', + 'doc/*.pdf', 'package.json', 'pom.xml', 'src/**/*.java', |
