mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
5a32f8df33
commit
b3b2b4be44
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ build:
|
||||||
gnu.org/bison: '*'
|
gnu.org/bison: '*'
|
||||||
github.com/westes/flex: '*'
|
github.com/westes/flex: '*'
|
||||||
python.org: ^3.11
|
python.org: ^3.11
|
||||||
|
perl.org: 5
|
||||||
script:
|
script:
|
||||||
- cmake -S . -B build $CMAKE_ARGS
|
- cmake -S . -B build $CMAKE_ARGS
|
||||||
- cmake --build build
|
- cmake --build build
|
||||||
|
@ -79,4 +80,4 @@ test:
|
||||||
- c++ -std=c++11 -o test test.cpp
|
- c++ -std=c++11 -o test test.cpp
|
||||||
- ./test | grep {{version}}
|
- ./test | grep {{version}}
|
||||||
- randpkt -b 100 -c 2 capture.pcap
|
- randpkt -b 100 -c 2 capture.pcap
|
||||||
- capinfos -Tmc capture.pcap | grep 'capture.pcap,2'
|
- capinfos -Tmc capture.pcap | grep 'capture.pcap,2'
|
||||||
|
|
Loading…
Reference in a new issue