mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-13 05:31:14 +00:00
Add Cmake job to github action
This commit is contained in:
parent
676be1f193
commit
ab1af7c678
9
.github/workflows/build_linux.yml
vendored
9
.github/workflows/build_linux.yml
vendored
@ -52,3 +52,12 @@ jobs:
|
||||
- name: make
|
||||
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
|
||||
working-directory: build
|
||||
|
Loading…
Reference in New Issue
Block a user