fix automation
All checks were successful
Test and Deploy / test (push) Successful in 14s
Test and Deploy / docs (push) Has been skipped

This commit is contained in:
2024-07-09 13:54:03 -07:00
parent 0ac251279a
commit f063bccec7
2 changed files with 7 additions and 4 deletions

View File

@ -14,11 +14,15 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libbsd-dev build-essential
sudo apt-get install -y libbsd-dev cmake build-essential netcat
- name: Build and test
run: |
make tests
mkdir build
cd build
cmake ..
make
./tests
docs:
runs-on: ubuntu-latest