mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-10 10:49:26 +00:00
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:
2
.github/workflows/build-and-test-make.yml
vendored
2
.github/workflows/build-and-test-make.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user