Updating the Doxygen page https://hsfl.github.io/cosmos-core
1. Create an Account on Travis CI
Link your github account and turn on Travis for your repository in question, using the Travis control panel.
If the Hawaii Space Flight organization does not show, go to Settings. On the left side of the window under Organizations, click Review and add your authorized organizations
and add the organization.
- In GitHub, go to Settings -> Developer Settings -> Personal Access tokens
- Click
Generate a new token
and fill in the description. E.g.<your_repo> Travis CI Documentation
- As scope select
public_repo
- Click
Generate token
- Copy the generated token
- Go to the repository in Travis CI and go to settings
- In the Environment Variables section, give the variable a
Name
, in this caseGH_REPO_TOKEN
- Paste the copied token as
Value
- Click on
Add
- Make sure the
Display value in build log
switch isOFF
.
- Go to the repository in Travis CI and go Build History
- Click on the branch and Trigger Build
I found the instructions here and slightly modified.