mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-09-24 15:54:51 +00:00
Update build_linux.yml
Add version information step on all Linux builds
This commit is contained in:
10
.github/workflows/build_linux.yml
vendored
10
.github/workflows/build_linux.yml
vendored
@@ -28,12 +28,12 @@ jobs:
|
||||
- name: build
|
||||
run: ./build
|
||||
working-directory: ./linux
|
||||
- name: Display version information
|
||||
run: ./linux/ccextractor --version
|
||||
- name: Prepare artifacts
|
||||
run: mkdir ./linux/artifacts
|
||||
- name: Copy release artifact
|
||||
run: cp ./linux/ccextractor ./linux/artifacts/
|
||||
- name: Get version information
|
||||
run: ./linux/ccextractor --version
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: CCExtractor Linux build
|
||||
@@ -51,6 +51,8 @@ jobs:
|
||||
- name: make
|
||||
run: make
|
||||
working-directory: ./linux
|
||||
- name: Display version information
|
||||
run: ./linux/ccextractor --version
|
||||
cmake:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -60,6 +62,8 @@ jobs:
|
||||
- name: build
|
||||
run: make -j$(nproc)
|
||||
working-directory: build
|
||||
- name: Display version information
|
||||
run: ./linux/ccextractor --version
|
||||
cmake_ocr_hardsubx:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -71,3 +75,5 @@ jobs:
|
||||
- name: build
|
||||
run: make -j$(nproc)
|
||||
working-directory: build
|
||||
- name: Display version information
|
||||
run: ./linux/ccextractor --version
|
||||
|
||||
Reference in New Issue
Block a user