mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Pipeline: debug
This commit is contained in:
@@ -31,6 +31,12 @@ jobs:
|
||||
- name: build project
|
||||
run: cmake --build .
|
||||
|
||||
- name: upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: fastfetch-linux-buildtest-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.enableFeatures }}
|
||||
path: ./fastfetch
|
||||
|
||||
- name: run tests
|
||||
run: ctest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user