mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-06 05:25:44 -05:00
CI artifacts
This commit is contained in:
committed by
GitHub
parent
7482706d81
commit
43aa215e74
10
.github/workflows/cmake.yml
vendored
10
.github/workflows/cmake.yml
vendored
@@ -19,7 +19,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Init and update submodules
|
- name: Init and update submodules
|
||||||
run: |
|
run: |
|
||||||
git submodule init
|
git submodule init
|
||||||
@@ -33,7 +32,14 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
# Build your program with the given configuration
|
# Build your program with the given configuration
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: linux-artifacts
|
||||||
|
path: |
|
||||||
|
${{github.workspace}}/build/lib
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
# Execute tests defined by the CMake configuration.
|
# Execute tests defined by the CMake configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user