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

Set up build system #31

Open
3 tasks
mattyohe opened this issue Dec 2, 2016 · 2 comments
Open
3 tasks

Set up build system #31

mattyohe opened this issue Dec 2, 2016 · 2 comments
Assignees

Comments

@mattyohe
Copy link

mattyohe commented Dec 2, 2016

With #29 merging in, we'll want to make sure that any new commits are still compilable Playgrounds.

  • Set up circle project
  • Make a build script that reports on the comparison output of generate_readme and the README.md in the project
  • Compile sources to verify we're still producing compilable code.

@eriklamanna Does the generate_readme command just spit out the file? Does it halt if there's syntax issues?

@eriklamanna
Copy link

@mattyohe the generate_readme does not compile or run the playground. It's statically going through the .swift files and creating the top level markdown file.

@mattyohe
Copy link
Author

mattyohe commented Dec 2, 2016

@eriklamanna So we would likely just need to compile all the sources as part of a build script I imagine... Cool.

@eriklamanna eriklamanna self-assigned this Dec 8, 2016
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

2 participants