trill-lang / trill

A type safe, compiled language inspired by (and written in) Swift
MIT License
275 stars 15 forks source link

Run examples on CI #24

Closed segiddins closed 7 years ago

segiddins commented 7 years ago

In the future, we probably want a Real Way™ to run tests and give them input automatically without adding them to the run-examples.swift file.

definitely! I just wanted something we can use to quickly sanity-check changes. and maybe so CI can be useful?

segiddins commented 7 years ago

Do we have to explicitly link libdispatch or something? I have no idea why this is working locally but failing on CI

segiddins commented 7 years ago

This is now passing on CI!

harlanhaskins commented 7 years ago

Then are we good to merge????

segiddins commented 7 years ago

Yup!