mirror of
https://github.com/BreizhHardware/bloubloulespoissons.git
synced 2026-01-18 16:47:31 +01:00
fix ci
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -36,12 +36,6 @@ jobs:
|
||||
- name: Build project
|
||||
run: cmake --build build -- -j $(nproc)
|
||||
|
||||
- name: Check for warnings and errors
|
||||
run: |
|
||||
if grep -i "warning\|error" build/compile_commands.json; then
|
||||
echo "Build contains warnings or errors"
|
||||
exit 1
|
||||
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user