Skip to content

Commit

Permalink
[ci] minor notes in ci
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
biojppm committed Jun 8, 2023
1 parent 49435aa commit 3d1b8c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/reqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ set -x
# CXX_: the compiler version. eg, g++-9 or clang++-6.0
# BT: the build type
# VG: whether to install valgrind
# ARM: whether to install arm cross-compiler and emulator
# ARM: whether to arm cross-compiler and emulator
# GITHUB_WORKFLOW: when run from github
# API: whether to install swig
# CMANY: whether to install cmany

Expand Down
2 changes: 2 additions & 0 deletions .github/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function c4_show_info()
echo "number of cores=$(nproc)"
$CXX_ --version
;;
*)
;;
esac
set -x
git branch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: static64-coverage-artifacts
uses: actions/upload-artifact@v3
with:
name: coverage-static64
name: coverage-static64-cxx${{matrix.std}}
path: |
build/static64/lcov/
build/static64/coverage3-final_filtered.lcov
Expand All @@ -71,7 +71,7 @@ jobs:
- name: static32-coverage-artifacts
uses: actions/upload-artifact@v3
with:
name: coverage-static32
name: coverage-static32-cxx${{matrix.std}}
path: |
build/static32/lcov/
build/static32/coverage3-final_filtered.lcov
Expand Down

0 comments on commit 3d1b8c8

Please sign in to comment.