mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-13 05:31:14 +00:00
Add bazel build to Github Actions (#1321)
This commit is contained in:
parent
91ef488dff
commit
4f5bd7bf37
10
.github/workflows/build_linux.yml
vendored
10
.github/workflows/build_linux.yml
vendored
@ -77,3 +77,13 @@ jobs:
|
||||
working-directory: build
|
||||
- name: Display version information
|
||||
run: ./build/ccextractor --version
|
||||
bazel:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: bazel build
|
||||
working-directory: ./
|
||||
run: bazel build //src:ccextractor --verbose_failures
|
||||
- name: Display version information
|
||||
working-directory: ./bazel-bin
|
||||
run: ./src/ccextractor --version
|
||||
|
Loading…
Reference in New Issue
Block a user