Skip to content
Snippets Groups Projects
  1. Oct 18, 2017
  2. May 01, 2017
  3. Apr 18, 2017
    • jugglinmike's avatar
      Reference `requirements.txt` file in CI (#983) · 33350345
      jugglinmike authored
      Installing dependencies using this file increases parity between the CI
      and development environment. Because the file explicitly specifies a
      version of the package to be installed, this approach also produces more
      predictable results overall.
      33350345
  4. Apr 11, 2017
  5. Apr 10, 2017
    • jugglinmike's avatar
      Automate deployment (#546) · bcb76515
      jugglinmike authored
      Introduce configuration to allow build servers provided by the Travis CI
      service to execute the test generation tool and commit the resultant
      files to the canonical upstream repository.
      
      Enabling this workflow required additional administrative work:
      
      1. Create an account with TravisCI
      2. Install the `travis` command-line utility
      3. Create a "deploy key" and an encrypted version using the command
         `./make.py github_deploy_key_enc`
      4. Register the deploy key with the project's GitHub account
      5. Check the encrypted deploy key to the repository
      6. Configure the TravisCI service to automatically build this project
      bcb76515
Loading