Skip to content

Commit

Permalink
update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 21, 2023
1 parent 3c9f0d5 commit 8ecc986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
tidy-checks: '' # force the use of .clang-tidy
database: 'build'

# - name: Fail?
# - name: Fail?
# if: steps.linter.outputs.checks-failed > 0
# run: echo "Some files failed the linting checks!" && exit 1

Expand Down Expand Up @@ -93,6 +93,8 @@ jobs:
conan profile detect --force
conan install . --output-folder=build --build=missing
- uses: ilammy/msvc-dev-cmd@v1.3.0 # NOTE: this is needed to use cl.exe with the Ninja generator on Windows

- name: Build with CMake
run: |
cmake -S . -B build --preset conan-release -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 8ecc986

Please sign in to comment.