autoEdit 2 Documentation
1.0.13
1.0.13
  • Introduction
  • Overview
    • Intro
      • Development approach
      • from 1.0.5 to 1.0.6
    • Architecture Overview
      • Lo fi Design Sketches
      • High fidelity sketches in HTML
    • Support the project
    • documentation section template
    • Build / Deployment
      • Deployment/build for Mac OS X
      • Deployment / Build for Linux
      • Deployment / Build for Windows
      • Travis CI continuous build
        • previous travis setup
  • R&D Doc
    • About R&D doc section
    • Transcription & Media Processing
      • Transcription json
      • Transcriber
        • audio to video
        • STT sdks
          • IBM Watson STT
          • Gentle STT
          • Pocketsphinx
      • Video preview conversion
      • Read metadata
    • Hypertranscript
    • Selections, Annotations, Papercuts
      • Selections
      • Annotations
      • Tags
    • Paper-edit
      • Paper-edit json
      • search-filter
      • drag-and-drop
      • Preview Paper-edit video
    • Export
      • EDL export
      • XML export
      • mp4 export
  • Appendix
    • Dev configuration
    • Current db setup
    • EDL Format
    • Reusable components
    • Prerequisites
    • Testing
    • Updating automated documentation
    • ffmpeg and ffprobe in electron
    • Adding STT services
  • Appendix - Data structures
    • IBM Watson json specs
    • Gentle Json transcription specs
    • Pocketsphinx results
    • autoEdit transcription Json
  • QA List
    • QA Intro
  • Adobe Panel
    • autoEdit Adobe CEP Panel dev setup
      • Adobe Extensions HostList codes
    • autoEdit Adobe CEP Panel integration overview
    • Jsx functions for Adobe CEP autoEdit adobe Panel
    • Packaging and distributing Adobe CEP Extensions
      • Packaging signing Adobe CEP Panel in details
      • Submit to Adobe
  • Project Page
    • Build project page
    • Build/update demo front end page
  • Roadmap
    • Improvements
    • Roadmap
      • Paper-editing Roadmap
      • Extra Features Roadmap
      • Future Roadmap
        • Live video editing
        • Social Media Export
        • Translate transcriptions
        • Web app
          • Multi-user collaboration
        • Searchable Editable Archive
        • NLP insights
        • Slack/Chat bot integration
        • Interactive dev tool
        • Phone mms integration with twillio
        • B-roll computational photography
Powered by GitBook
On this page
  • github + Travis CI
  • Travis CI Integration
  1. Overview
  2. Build / Deployment
  3. Travis CI continuous build

previous travis setup

Previous travis setup, kept for record

PreviousTravis CI continuous buildNextAbout R&D doc section

Last updated 6 years ago

There is no deployment as such as it's electron app, so the build described above serves as a packaging of the app for release.

However As of version 1.0.8 support is added for Linux thanks to , . On commit to master there is a continuous built setup on Travis CI that builds and adds an up to date linux and mac os x release to the release section .

Continuous integration service for

More info on the implementation of this setup see the info in the and .travis.yml

This is an attempt to capture some notes on the steps of setting up travis CI integration.

github + Travis CI

Travis CI Integration

Add a .travis.yml file to your repository

package.json

To add linux see example

1 - enable Travis CI for your repository as

2 - Set up GITHUB_TOKEN in Travis CI for this to work. as

(Direct link to )

See as well as example below from or from .

described here
described here
Github token here
exampe in README of probonopd/uploadtool
autoEdit .travis.yml
subtitlesComposer-app .travis.yml
autoEdit package.json
subtitlesComposer-app package.json
@probonopd
#36
under release section
PR
LogoautoEdit_2/.travis.yml at master · OpenNewsLabs/autoEdit_2GitHub