Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CircleCI automated building #1470

Merged
merged 1 commit into from
Jul 31, 2016
Merged

Added CircleCI automated building #1470

merged 1 commit into from
Jul 31, 2016

Conversation

minus7
Copy link
Member

@minus7 minus7 commented Jul 31, 2016

Automatically tries to build Teeworlds on commits (but does not try to run it). The readme has a badge indicating whether the last build on master succeeded or not.
Stuff on CircleCI is already set up. Note to anyone wanting to set this up for their fork that CircleCI must be configured (on the their site) to use Ubuntu 14.04 instead of 12.04 for SDL2 to be available.

Based on DDNet's CircleCI configuration.


if [ ! -d ~/bam ]; then
git clone https://github.com/matricks/bam.git ~/bam
git reset --hard f012dd9a3e38295b8a45af5a101d29573381f169

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain why this line is here? It doesn't seem quite right.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifically checks out the currently latest commit for bam that does not have a tag yet (instead of 0.5.0).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to be running git reset from some directory other than ~/bam.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, fixed.

plus badge in the readme
@Cokemonkey11
Copy link

Looks good to me.

@oy oy merged commit cbf7988 into teeworlds:master Jul 31, 2016
@minus7 minus7 deleted the ci branch July 31, 2016 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants