mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Perform installation step on Github Actions CI
This commit is contained in:
parent
f457069881
commit
0eb39aa9e3
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -62,6 +62,9 @@ jobs:
|
||||
--graphviz=build/target_graph.dot
|
||||
cmake --build build
|
||||
|
||||
- name: install qBittorrent
|
||||
run: sudo cmake --build build --target install
|
||||
|
||||
- name: upload artifact as zip
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user