Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 2, 2024
1 parent b44a508 commit 2733878
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ jobs:
run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
- name: conan config
run: conan config install .github/config/${{ matrix.os }}-${{ matrix.compiler }}/conan

- run: ls -lhR ~/.conan2
- name: Artifact .conan2 dir
uses: actions/upload-artifact@v4
with:
name: conan22-${{ matrix.os }}-${{ matrix.compiler }}
path: ~/.conan2
if-no-files-found: error

- name: conan install
run: conan install . --output-folder=build --build=missing -s build_type=Debug

Expand Down Expand Up @@ -103,6 +112,7 @@ jobs:
with:
name: conan2-${{ matrix.os }}-${{ matrix.compiler }}
path: ~/.conan2
if-no-files-found: error

docker:
if: false
Expand Down

0 comments on commit 2733878

Please sign in to comment.