Skip to content
forked from andyli/HaxeCI

An example of using CI for Haxe projects.

Notifications You must be signed in to change notification settings

SyedAsimAliSE/HaxeCI

 
 

Repository files navigation

An example of using CI for Haxe projects.

TravisCI Build Status AppVeyor Build Status

Same procedure is used for setting up both Travis CI and AppVeyor:

  1. Create a Haxe project if there isn't one.
  2. Create a new repo on Github.
  3. Turn on the switches for the Github repo on Travis CI/AppVeyor.
  4. Copy and modify the configs:
  5. Commit the configs and push to Github.
  6. Watch it build:
    • https://travis-ci.com/${username}/${reponame} for Travis CI
    • https://ci.appveyor.com/project/${username}/${reponame} for AppVeyor
  7. Add badges to README:
    • https://travis-ci.com/${username}/${reponame}.svg?branch=master for Travis CI
    • https://ci.appveyor.com/api/projects/status/github/${username}/${reponame}?branch=master&svg=true for AppVeyor

CC0
To the extent possible under law, Andy Li has waived all copyright and related or neighboring rights to HaxeCI. This work is published from: Hong Kong.

About

An example of using CI for Haxe projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 85.6%
  • JavaScript 12.7%
  • HTML 1.7%