Skip to content

Commit

Permalink
Add github action for MEOS doxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanzimanyi committed Oct 7, 2023
1 parent 7b34635 commit edc6d18
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@ name: Check code

on:
push:
paths:
- '.github/workflows/check-code.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages
pull_request:
paths:
- '.github/workflows/check-code.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages

jobs:
license_check:
Expand Down
17 changes: 12 additions & 5 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@ name: Build for Ubuntu with clang

on:
push:
branches-ignore:
- 'gh-pages'
tags: []
paths:
- '.github/workflows/clang.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages

pull_request:
branches-ignore:
- 'gh-pages'
paths:
- '.github/workflows/clang.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages

jobs:
Test_clang:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@ name: Build for macOS
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/macos.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages

pull_request:
paths:
- '.github/workflows/macos.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages

jobs:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/pgversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,19 @@ name: Main Build
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/pgversion.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages

pull_request:
paths:
- '.github/workflows/pgversion.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages

jobs:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/windows_msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@ name: Build for Windows

on:
push:
paths:
- '.github/workflows/windows_msys2.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
# branches: [ main ]
branch_ignore: gh-pages

pull_request:
paths:
- '.github/workflows/windows_msys2.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
# branches: [ main ]
branch_ignore: gh-pages
workflow_dispatch:

jobs:
Expand Down

0 comments on commit edc6d18

Please sign in to comment.