Update CI
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -91,10 +91,18 @@ jobs:
|
|||||||
name: MDC-${{ env.VERSION }}-${{ runner.os }}-amd64
|
name: MDC-${{ env.VERSION }}-${{ runner.os }}-amd64
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Run test
|
- name: Run test (Ubuntu & MacOS)
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
cd dist
|
cd dist
|
||||||
touch IPX-292.mp4
|
touch IPX-292.mp4
|
||||||
touch STAR-437-C.mp4
|
touch STAR-437-C.mp4
|
||||||
./Movie_Data_Capture
|
./Movie_Data_Capture
|
||||||
|
|
||||||
|
- name: Run test (Windows)
|
||||||
|
if: matrix.os == 'windows-latest'
|
||||||
|
run: |
|
||||||
|
cd dist
|
||||||
|
ni IPX-292.mp4
|
||||||
|
ni STAR-437-C.mp4
|
||||||
|
Movie_Data_Capture
|
||||||
Reference in New Issue
Block a user