Skip to content

Commit

Permalink
Drop build=missing
Browse files Browse the repository at this point in the history
  • Loading branch information
hedtke committed May 21, 2024
1 parent bf4c80d commit e872383
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pushd ~/.conan2/profiles
sed -i 's/gnu17/17/g' *
popd
conan install -of . -pr debug -o with_tests=True . --build=missing
conan install -of . -pr debug -o with_tests=True .
- name: Run CMake
run: cmake --preset conan-debug -DUSE_COVERAGE=ON .
- name: Compile
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
conan profile detect
powershell -Command "(gc $(conan profile path default)) -replace 'compiler.cppstd=14', 'compiler.cppstd=17' | Out-File -encoding ASCII $(conan profile path default)"
conan install -of . -o with_tests=True . --build=missing
conan install -of . -o with_tests=True .
- name: Run CMake
run: cmake --preset conan-default .
- name: Compile
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
pushd ~/.conan2/profiles
sed -i'' -e 's/gnu17/17/g' *
popd
conan install -of . -o with_tests=True . --build=missing
conan install -of . -o with_tests=True .
- name: Run CMake
run: cmake --preset conan-release .
- name: Compile
Expand All @@ -106,7 +106,7 @@ jobs:
pushd ~/.conan2/profiles
sed -i 's/gnu17/17/g' *
popd
conan install -of . . --build=missing
conan install -of . .
- name: Create CMake Compilation Database
run: cmake --preset conan-release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .
- name: Run Clang-Tidy
Expand Down

0 comments on commit e872383

Please sign in to comment.