Skip to content

Commit d8b6e5b

Browse files
committed
macos test
Change-Id: I125b5d4c030a71429ae34eb8bf445faf02275a4f
1 parent da908c6 commit d8b6e5b

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/ci-macos.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ jobs:
3232
md5sha1sum
3333
)
3434
brew install "${pkgs[@]}"
35-
- name: python venv setup
36-
run: |
37-
python3 -m venv venv
38-
venv/bin/pip3 install pycurl
39-
venv/bin/python3 -c 'import pycurl'
40-
- name: meson setup
41-
run: meson setup -D unwind=false mesonbuilddir
42-
- name: meson compile
43-
run: meson compile -C mesonbuilddir
4435
- name: prepare environment for tests
4536
run: |
4637
sudo ifconfig lo0 alias 127.0.0.2 up
@@ -61,7 +52,3 @@ jobs:
6152
fi
6253
fi
6354
python3 --version
64-
- name: meson test
65-
run: |
66-
source venv/bin/activate
67-
meson test -C mesonbuilddir -v

0 commit comments

Comments
 (0)