Skip to content

CI Setup

wdolinar edited this page Aug 28, 2018 · 2 revisions

Setting up the Travis CI

  1. Add the Travis yaml files to the repository.
  2. Go to travis-ci.org
  3. Click on the '+' button above the list of building repositories to add a new build
  4. Click on 'Aquaveo' under organizations
  5. In the list of available repositories, turn on the repo that you are working with. If the repository your looking for is not in the list. Click the 'Sync account' button on the left. If it is still not there, talk to the repository admin.
  6. Click on the settings button next to the repository.
  7. Add the following environment variables in the 'Environment Variables' section
    • AQUAVEO_CONAN: https://conan.aquaveo.com
    • CONAN_PASSWORD_SECRET: <see admin>
    • CONAN_USER_SECRET: <see admin>
    • GH_REPO_TOKEN: <see admin>
  8. Trigger a build!

Setting up the Appveyor CI

  1. Add the Appveyor yaml files to the repository.
  2. Go to Appveyor.com
  3. Click on the 'New Project' button above the list of building repositories to add a new build
  4. Select Github as your repository
  5. In the list of available repositories, select the repo that you are working with. If the repository your looking for is not in the list, talk to the repository admin.
  6. Click on the settings option at the top.
  7. Add the following environment variables in the 'Environment Variables' section
    • CONAN_PASSWORD_SECRET: <see admin>
    • CONAN_USER_SECRET: <see admin>
  8. Trigger a build!
Clone this wiki locally