Test with OCR and HARDSUBX

This commit is contained in:
Nils André-Chang 2020-01-19 19:16:15 +00:00
parent 2e2075ca52
commit 5599ce9eaf

View File

@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: cmake
run: mkdir build && cd build && cmake ../src
run: mkdir build && cd build && cmake -DWITH_OCR=ON -DWITH_HARDSUBX=ON ../src
- name: build
run: make -j$(nproc)
working-directory: build