tinygo-org / tinyfont

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

Fix ci #21

Closed sago35 closed 4 years ago

sago35 commented 4 years ago

https://github.com/tinygo-org/tinyfont/pull/18#issuecomment-668250298

sago35 commented 4 years ago

Maybe the tinygo.org/x/drivers/ili9341 imported by examples/initdisplay/wioterminal.go is old. I update go.mod by following.

go get tinygo.org/x/drivers@dev
sago35 commented 4 years ago

@deadprogram Maybe the fix-ci branch won't give you an error. I want to run CI.

Also, it would be great if you could address #17.

sago35 commented 4 years ago

@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

Thanks for the fixes @sago35 now merging.