Skip to content

Commit

Permalink
modify gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Apr 12, 2024
1 parent 793343d commit 8b19f84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
run: |
build-wrapper-linux-x86-64 --out-dir build-wrapper-tests scripts/test.sh cpp-linux64-gcc
- name: Upload build-wrapper output
uses: actions/upload-artifact@v3
with:
name: "build-wrapper-tests"
path: "build-wrapper-tests"

# todo: make branch, commit sources, edit .gitignore

- name: Run sonar-scanner
env:
Expand All @@ -60,5 +67,5 @@ jobs:
--define sonar.projectKey="ndsev_zserio" \
--define sonar.organization="ndsev" \
--define sonar.sources="compiler/extensions/cpp/runtime/src,build/test/cpp/linux64-gcc/release" \
--define sonar.tests="compiler/extensions/cpp/runtime/test,test" \
--define sonar.tests="test" \
--define sonar.sourceEncoding="UTF-8"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated build files
/build/
#/build/

# compiled binaries
/distr/
Expand Down

0 comments on commit 8b19f84

Please sign in to comment.