File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ on : push
2
+ permissions :
3
+ contents : read
4
+ jobs :
5
+ build-test :
6
+ runs-on : ${{ matrix.os }}
7
+ strategy :
8
+ matrix :
9
+ os :
10
+ - ubuntu-latest
11
+ - macos-latest
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ - name : Build
15
+ run : make
16
+ - name : Test
17
+ run : |
18
+ printf "\x47\0\x30\x10" >src.m2t
19
+ for i in `seq 23`; do printf UUUUUUUU >>src.m2t; done
20
+ printf "\x47\0\x30\x11" >>src.m2t
21
+ for i in `seq 23`; do printf UUUUUUUU >>src.m2t; done
22
+ printf "\x47\x12\x34\x10" >>src.m2t
23
+ for i in `seq 23`; do printf UUUUUUUU >>src.m2t; done
24
+ printf "\x47\0\x30\x12" >>src.m2t
25
+ for i in `seq 23`; do printf UUUUUUUU >>src.m2t; done
26
+ test "2376616443 376" = "`./tsreadex -s -752 -x 4660 src.m2t | cksum | head -c 14`"
Original file line number Diff line number Diff line change 8
8
! * .txt
9
9
! * .vcxproj
10
10
! * .vcxproj.filters
11
+ ! .github /workflows /* .yml
11
12
! .gitignore
12
13
! Makefile
You can’t perform that action at this time.
0 commit comments