Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Helps you build and your elementary os apps on travis

License

Notifications You must be signed in to change notification settings

harisvsulaiman/element-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Element build

Helps you build your elementary os apps on travis,just like on elementary appcenter.

Forked from travis.debian.net to fit elementary os needs.

Installation

  1. Add travis integration to your github repository.

  2. Create .travis.yml file with the following content 👇.

        sudo: required
        language: generic
    
        services:
        - docker
    
        script:
        - wget -O- https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh | sh -
    
        branches:
        except:
            - /^debian\/\d/
  3. Push code to your Repository to build your app on travis.

About

Helps you build and your elementary os apps on travis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages