mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 05:25:43 +08:00
ci: build package target
This commit is contained in:
parent
8d290c740d
commit
83e0b071ab
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -49,4 +49,4 @@ jobs:
|
||||
run: cmake -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DBUILD_SHARED_LIBS=${{ matrix.shared }} -B "${{github.workspace}}/build"
|
||||
|
||||
- name: Build with ${{ matrix.compiler }}
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target package
|
||||
|
Loading…
Reference in New Issue
Block a user