Skip to content

Commit

Permalink
New approach
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Nov 18, 2024
1 parent ee7f261 commit 284098c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ jobs:
mkdir build
conan install -o "&":boost=${{ matrix.boost }} -s compiler.cppstd=20 --build=missing . -of build
conan install --build=missing -of build --requires "libcurl/7.87.0" --deployer full_deploy
- name: Install lib
run: |
git clone -b msvc_fix https://github.com/offa/trompeloeil.git
cd trompeloeil
mkdir -p build && cd build
cmake ..
cmake --build . -j --target install
- name: Build
run: |
export CL="/ID:\a\influxdb-cxx\influxdb-cxx\build\host\libcurl\7.87.0\Release\x86_64\include"
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def requirements(self):
self.requires("boost/1.85.0")
if self.options.tests:
self.requires("catch2/3.7.1")
# self.requires("trompeloeil/49")
self.requires("trompeloeil/49")

0 comments on commit 284098c

Please sign in to comment.