From 746806dcef6c35845fc662716cbba53c22b3961d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Andr=C3=A9-Chang?= Date: Sun, 19 Jan 2020 20:30:04 +0000 Subject: [PATCH] Cmake with OCR and Hardsubx in different job --- .github/workflows/build_linux.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 661db877..af561876 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -51,6 +51,15 @@ jobs: run: make working-directory: ./linux cmake: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: cmake + run: mkdir build && cd build && cmake ../src + - name: build + run: make -j$(nproc) + working-directory: build + cmake_ocr_hardsubx: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1