]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github-ci: move pcapng check to github
authorJason Ish <jason.ish@oisf.net>
Fri, 3 Apr 2020 17:20:35 +0000 (11:20 -0600)
committerJason Ish <jason.ish@oisf.net>
Thu, 11 Mar 2021 22:13:24 +0000 (16:13 -0600)
.github/workflows/builds.yml
.travis.yml [deleted file]
pcapng-check.sh [moved from travis.sh with 100% similarity]

index 6da1155d52a550244eb5ee8b624e7eb035589ce9..39e90e991cac00321561f55bf06742cb4fee4a79 100644 (file)
@@ -5,6 +5,16 @@ on:
   - pull_request
 
 jobs:
+  
+  pcapng-check:
+    name: PCAP-NG Check
+    runs-on: ubuntu-18.04
+    steps:
+      - uses: actions/checkout@v2
+      - run: sudo apt update
+      - run: sudo apt -y install tshark
+      - run: ./pcapng-check.sh
+
   suricata:
     name: suricata
     runs-on: ubuntu-18.04
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index d3dc038..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-language: bash
-
-script: ./travis.sh
similarity index 100%
rename from travis.sh
rename to pcapng-check.sh