Skip to content

Commit

Permalink
Version 2: Full SNMPv2c Support
Browse files Browse the repository at this point in the history
Full Version 2c Support
  • Loading branch information
0neblock authored Nov 10, 2021
2 parents 903a316 + 831bf59 commit 90f182d
Show file tree
Hide file tree
Showing 43 changed files with 21,320 additions and 1,949 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Run Tests

on:
push:
branches: [ master, v2 ]
pull_request:
branches: [ master ]

jobs:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: run tests
run: |
cd tests
cat Makefile
make test
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tests/test.out
tests/build/
cmake-build-debug
cmake-build-debug-gcc10
.idea
CMakeFiles
build
cmake-build-release-gcc10/Arduino_SNMP2.cbp
cmake-build-release-gcc10/cmake_install.cmake
cmake-build-release-gcc10/CMakeCache.txt
cmake-build-release-gcc10/MOCK
cmake-build-release-gcc10/Makefile
Loading

0 comments on commit 90f182d

Please sign in to comment.