Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed May 25, 2021
2 parents e553e4c + 3736878 commit 3d159cb
Show file tree
Hide file tree
Showing 1,184 changed files with 68,579 additions and 99,256 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/boost_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
boost_minor: [53, 54, 55, 56, 74, 75]
boost_minor: [56, 74, 75]
os: [ubuntu-latest]

steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
if [[ $(git log --format=%B -n 2 | tr -d "'" | tr -d " " | grep -Po '(?<=\.po)[^;]+') == *"${LANG_MSG}"* ]]; then
PROCESS=${{ true }}
fi
if [[ $(git log --format=%B -n 2 | tr -d "'" | tr -d " " | grep "\[${{ matrix.language }}\]") ]]; then
PROCESS=${{ true }}
fi
if [[ "${{ matrix.language }}" == "en" ]]; then
PROCESS=${{ true }}
fi
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: install deps
run: |
brew install postgresql postgis boost
Expand All @@ -40,7 +40,9 @@ jobs:
cd pgTapExtension
make -j
sudo make install
cpan TAP::Parser::SourceHandler::pgTAP
sudo cpan TAP::Parser::SourceHandler::pgTAP
sudo find /usr/local -name pg_prove
sudo ln -s /usr/local/Cellar/perl/5.32.1_1/bin/pg_prove symlink it into /usr/local/bin
- name: Test
run: |
Expand Down
Loading

0 comments on commit 3d159cb

Please sign in to comment.