Skip to content

Commit

Permalink
Merge branch 'main' into pdf2htmlex-conan
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 21, 2024
2 parents 35298f9 + b9f8e02 commit 4e090c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: conan config
run: conan config install .github/config/${{ matrix.os }}-${{ matrix.compiler }}/conan
- name: conan install
run: conan install . --output-folder=build --build=missing
run: conan install . --output-folder=build --build=never

- name: cmake
run: >
Expand Down
6 changes: 3 additions & 3 deletions scripts/conan
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

conan install . --output-folder=cmake-build-relwithdebinfo --build=missing -s build_type=RelWithDebInfo -s "&:build_type=RelWithDebInfo"
conan install . --output-folder=cmake-build-debug --build=missing -s build_type=RelWithDebInfo -s "&:build_type=Debug"
conan install . --output-folder=cmake-build-release --build=missing -s build_type=RelWithDebInfo -s "&:build_type=Release"
conan install . --output-folder=cmake-build-relwithdebinfo --build=missing -s build_type=Release -s "&:build_type=RelWithDebInfo"
conan install . --output-folder=cmake-build-debug --build=missing -s build_type=Release -s "&:build_type=Debug"
conan install . --output-folder=cmake-build-release --build=never -s build_type=Release -s "&:build_type=Release"

0 comments on commit 4e090c4

Please sign in to comment.