Readme: add link to Travis-CI tutorial

This commit is contained in:
Ralph Lange
2019-06-02 16:42:36 +02:00
parent 8639567a5e
commit 1575ce9877

View File

@@ -21,19 +21,25 @@ your setup.
### How to Use these Scripts
1. Get an account on [Travis-CI](https://travis-ci.org/), connect
it to your GitHub account and activate your support module's
repository. For more details, please refer to the
[Travis-CI Tutorial](https://docs.travis-ci.com/user/tutorial/).
Make sure to use `travis-ci.org` and not their `.com` site.
1. In your Support Module, add this respository as a Git Submodule
(name suggestion: `.ci`).
```
$ git submodule add https://github.com/epics-base/ci-scripts .ci
```
2. Create a Travis configuration by copying one of the examples.
1. Create a Travis configuration by copying one of the examples.
```
$ cp .ci/.travis.yml.example-full .travis.yml
```
3. Edit the `.travis.yml` configuration to include the jobs you want
1. Edit the `.travis.yml` configuration to include the jobs you want
Travis to run.
4. Push your changes and check
1. Push your changes and check
[travis-ci.org](https://travis-ci.org/) for your build results.