Skip to content

Commit

Permalink
conan provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed May 27, 2024
1 parent e0ce0d0 commit c736575
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 652 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
- name: Install linker
uses: rui314/setup-mold@v1

- name: Get dependency provider
run: |
sudo apt-get install -y wget
wget https://github.com/conan-io/cmake-conan/raw/develop2/conan_provider.cmake -O conan_provider.cmake
- name: Configure conan
run: |
pip3 install conan==2.3.0
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,4 @@ modules.xml
/docu/

test_package/build
conan_provider.cmake
Loading

0 comments on commit c736575

Please sign in to comment.