Skip to content

Commit

Permalink
github buildtest: undo libvformat/libvc stuff (no longer used)
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandRosenfeld committed Jul 27, 2024
1 parent 3b96146 commit bb4f101
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
name: buildtest
on: [push]
jobs:
buildandtest-vformat:
buildandtest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install libauthen-sasl-perl libnet-ldap-perl libpalm-perl libvformat-dev abook
- run: ./configure --with-libvc=vformat
- run: make
- run: make test
- uses: actions/upload-artifact@v2
if: failure()
with:
name: testsuite
path: |
tests/testsuite.dir
tests/testsuite.log
buildandtest-vc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install libauthen-sasl-perl libnet-ldap-perl libpalm-perl libvc-dev abook
- run: ./configure --with-libvc=vc
- run: sudo apt install libauthen-sasl-perl libnet-ldap-perl libpalm-perl abook
- run: ./configure
- run: make
- run: make test
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit bb4f101

Please sign in to comment.