hylo-lang / Swifty-LLVM

Swifty interface for the LLVM compiler infrastructure.
Apache License 2.0
28 stars 5 forks source link

Do away with postCreateCommand. #40

Closed dabrahams closed 8 months ago

dabrahams commented 8 months ago

This change makes the Dockerfile stand on its own, completely set up without the need to run it through the dev container.

Fixes #37.

make-pkgconfig.sh moved (and was symlinked from its original location) so that it would be within the docker image's build context and could be invoked during the build process.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.71%. Comparing base (521dc79) to head (0e342a7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #40 +/- ## ======================================= Coverage 85.71% 85.71% ======================================= Files 14 14 Lines 196 196 ======================================= Hits 168 168 Misses 28 28 ``` | [Flag](https://app.codecov.io/gh/hylo-lang/Swifty-LLVM/pull/40/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang) | Coverage Δ | | |---|---|---| | [debug](https://app.codecov.io/gh/hylo-lang/Swifty-LLVM/pull/40/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang) | `85.71% <ø> (ø)` | | | [macos-latest](https://app.codecov.io/gh/hylo-lang/Swifty-LLVM/pull/40/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang) | `85.71% <ø> (ø)` | | | [release](https://app.codecov.io/gh/hylo-lang/Swifty-LLVM/pull/40/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang) | `85.71% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hylo-lang#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.