https://github.com/geokureli/haxeci
https://github.com/geokureli/haxeci
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geokureli/haxeci
- Owner: Geokureli
- Created: 2018-10-01T16:50:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T19:20:55.000Z (over 6 years ago)
- Last Synced: 2025-01-07T16:41:14.721Z (5 months ago)
- Language: Haxe
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example of using CI for Haxe projects.
[](https://travis-ci.org/andyli/HaxeCI)
[](https://ci.appveyor.com/project/andyli/HaxeCI)Same procedure is used for setting up both [Travis CI](https://travis-ci.org/) and [AppVeyor](http://www.appveyor.com/):
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:
* [.travis.yml](.travis.yml) for Travis CI
* [appveyor.yml](appveyor.yml) for AppVeyor
5. Commit the configs and push to Github.
6. Watch it build:
* `https://travis-ci.org/${username}/${reponame}` for Travis CI
* `https://ci.appveyor.com/project/${username}/${reponame}` for AppVeyor
7. Add badges to README:
* `https://travis-ci.org/${username}/${reponame}.svg?branch=master` for Travis CI
* `https://ci.appveyor.com/api/projects/status/github/${username}/${reponame}?branch=master&svg=true` for AppVeyor
![]()
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.