Skip to content

Commit

Permalink
fixup! Ticket #4170: implement CI via GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <[email protected]>
  • Loading branch information
zyv committed Oct 19, 2024
1 parent d2fd832 commit 14f2017
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ runs:
CFLAGS: -Wno-assign-enum

steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: |
brew install autoconf automake gettext check gnu-indent libtool pkg-config
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ runs:
using: composite

steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt-get install -y autoconf autopoint check gettext indent libtool pkg-config
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/ci-ubuntu

build-macos:
Expand All @@ -16,4 +17,5 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/ci-macos

0 comments on commit 14f2017

Please sign in to comment.