ci: update build / test script
No need for 'autogen.sh' or libtool
This commit is contained in:
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
@ -27,10 +27,7 @@ jobs:
|
|||||||
- if: contains(matrix.os, 'macos')
|
- if: contains(matrix.os, 'macos')
|
||||||
name: macos-deps
|
name: macos-deps
|
||||||
run: |
|
run: |
|
||||||
brew install meson ninja libgpg-error libtool pkg-config glib gmime xapian guile emacs texinfo
|
brew install meson ninja libgpg-error pkg-config glib gmime xapian guile emacs texinfo
|
||||||
|
|
||||||
- name: configure
|
|
||||||
run: ./autogen.sh # '-Db_sanitize=address'
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: make
|
run: make
|
||||||
|
|||||||
Reference in New Issue
Block a user