Skip to content

Commit

Permalink
workflows: test sample download
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Dec 2, 2019
1 parent a8178f5 commit fd6162c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- uses: actions/checkout@v1
- name: make
run: make
- name: download testfile
run: ./hlsdl -b -o test.ts "https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8"
- name: verify testfile
run: echo "6bf11a9a4be02443d4790e43e6569a614128bad453c5cb327ec74031f6ea6382 test.ts" | shasum -a256 -c

build-ubuntu:

Expand All @@ -24,3 +28,7 @@ jobs:
run: sudo apt -y install libcurl4-openssl-dev libssl-dev
- name: make
run: make
- name: download testfile
run: ./hlsdl -b -o test.ts "https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8"
- name: verify testfile
run: echo "6bf11a9a4be02443d4790e43e6569a614128bad453c5cb327ec74031f6ea6382 test.ts" | shasum -a256 -c

0 comments on commit fd6162c

Please sign in to comment.