mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 05:50:01 -04:00
add unit tests
This commit is contained in:
parent
b071019761
commit
2d98b82ee3
9 changed files with 147 additions and 2 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -12,11 +12,15 @@ jobs:
|
|||
- name: install deps
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y make cmake emscripten autoconf automake libtool pkg-config wget xxd
|
||||
sudo apt-get install -y make cmake emscripten autoconf automake libtool pkg-config wget xxd python3-selenium python3-websockets
|
||||
|
||||
- name: run build
|
||||
working-directory: ./client
|
||||
run: ./build.sh all
|
||||
|
||||
- name: run tests
|
||||
working-directory: ./client
|
||||
run: ./tests/run.sh
|
||||
|
||||
- name: upload img
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue