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

Implement Continuous Integration #3

Open
kytrinyx opened this issue Oct 3, 2016 · 10 comments
Open

Implement Continuous Integration #3

kytrinyx opened this issue Oct 3, 2016 · 10 comments

Comments

@kytrinyx
Copy link
Member

kytrinyx commented Oct 3, 2016

Implement a test suite that can run both locally and on Travis CI, that verifies that the example code passes the test suite for each exercise.

Things to consider:

If some tests are marked as skipped or pending in some way, then CI should remove these annotations so that all the tests run against the example, not just the first test.

If we need to rewrite the files in any way, we should copy the exercise to a tmp directory first, so that we don't accidentally end up committing changes that are just for continuous integration or testing purposes.

We should make it possible to test just one exercise at a time, because testing everything can take a while, and very often people are just working on one exercise and will only need to run the full test suite before committing the change.

@rpottsoh
Copy link
Member

rpottsoh commented Feb 2, 2017

@kytrinyx does Travis do Windows? @kotp and I are concerned that it might not. Yes, I know, I made a pun'y.

@kytrinyx
Copy link
Member Author

@rpottsoh I don't know. I don't think so. Will AppVeyor work?

@rpottsoh
Copy link
Member

rpottsoh commented Feb 12, 2017 via email

@rpottsoh
Copy link
Member

rpottsoh commented Feb 12, 2017 via email

@kotp
Copy link
Member

kotp commented Feb 13, 2017

Reference links, @rpottsoh ??

@rpottsoh
Copy link
Member

AppVeyor landing page
Documentation

@rpottsoh
Copy link
Member

Just noticed file appveyor.yml sitting in xcsharp. I'm assuming AppVeyor is already in use by some tracks.

@kytrinyx
Copy link
Member Author

Yeah, C#, F#, and it's also turned on for VB.NET and (now) Delphi.

@rpottsoh
Copy link
Member

@kotp how do we proceed? I am out of my element here, but interested to watch, learn and help.

@kotp
Copy link
Member

kotp commented Feb 17, 2017

We can work it after your happy anniversary weekend!

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

No branches or pull requests

3 participants