-
-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2299 from sparklemotion/flavorjones-bsd-gumbo-sup…
…port fix BSD support for libgumbo
- Loading branch information
Showing
3 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,3 +272,24 @@ jobs: | |
bundler-cache: true | ||
- run: bundle exec rake compile | ||
- run: bundle exec rake test | ||
|
||
bsd: | ||
needs: ["basic"] | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
sys: ["enable", "disable"] | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- uses: vmactions/[email protected] | ||
with: | ||
usesh: true | ||
prepare: pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt | ||
run: | | ||
gem install bundler | ||
bundle install --local || bundle install | ||
bundle exec rake compile -- --${{matrix.sys}}-system-libraries | ||
bundle exec rake test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters