Skip to content

Commit b6f2798

Browse files
committed
Reinstate MacOS testing
1 parent addf19b commit b6f2798

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/CI.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ jobs:
2323
sudo apt -y update
2424
sudo apt -y install autoconf automake texinfo
2525
26-
# - name: Install dependencies for macOS
27-
# if: runner.os == 'macOS'
28-
# shell: bash
29-
# run: |+
30-
# brew update
31-
# brew install bash
32-
# brew install autoconf automake texinfo
33-
# # Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
34-
# # if there's not user logged in.
26+
- name: Install dependencies for macOS
27+
if: runner.os == 'macOS'
28+
shell: bash
29+
run: |+
30+
brew update
31+
brew install bash
32+
brew install autoconf automake texinfo
33+
# Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
34+
# if there's not user logged in.
3535
36-
# - name: Configure
37-
# shell: bash
38-
# run: bash ./autogen.sh
36+
- name: Configure
37+
shell: bash
38+
run: bash ./autogen.sh
3939

40-
# - name: Test
41-
# shell: bash
42-
# env:
43-
# VERBOSE: 1
44-
# run: make -e -j3 check
40+
- name: Test
41+
shell: bash
42+
env:
43+
VERBOSE: 1
44+
run: make -e -j3 check

0 commit comments

Comments
 (0)