tinygo-org / tinyfont

Text library for TinyGo displays
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
49 stars 12 forks source link

CI is not executed to a pull request #17

Closed sago35 closed 4 years ago

sago35 commented 4 years ago

I want to run a CI test for #16. CI test was added in #9, but it looks like it's probably not running against PR.

https://app.circleci.com/pipelines/github/tinygo-org/tinyfont

sago35 commented 4 years ago

hi @deadprogram

Maybe you need to set up the following. I think it's probably enabled on tinygo-org/tinygo.

By default, CircleCI does not build PRs from forked repositories. To change this setting, go to the Project Settings>Advanced of your project and set the Build forked pull requests option to On.

https://circleci.com/docs/2.0/oss/#build-pull-requests-from-forked-repositories

deadprogram commented 4 years ago

Just turned on that setting for this repo as requested, @sago35 please let me know if it now works for you as expected.

sago35 commented 4 years ago

@deadprogram Thank you. CI appears to be working correctly.

https://github.com/tinygo-org/tinyfont/pull/24 https://app.circleci.com/pipelines/github/tinygo-org/tinyfont