Add make target to check that build is correct

Add a few checks as in f320cec to ensure that 'curl-impersonate' was
compiled with all the required features (compression, tls, http2).
This commit is contained in:
lwthiker
2022-04-17 17:30:53 +03:00
parent 31ed18d312
commit 7d86e2f285
2 changed files with 22 additions and 0 deletions

View File

@@ -47,11 +47,13 @@ jobs:
- name: Build the Chrome version of curl-impersonate
run: |
make chrome-build
make chrome-checkbuild
make chrome-install
- name: Build the Firefox version of curl-impersonate
run: |
make firefox-build
make firefox-checkbuild
make firefox-install
- name: Prepare the tests