Browse Source

Trompeloeil v35 update, which provides fixed conan support (#157).

main
offa 5 years ago
parent
commit
597494595d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      conanfile.txt
  2. +1
    -1
      script/ci_build.sh

+ 1
- 1
conanfile.txt View File

[requires] [requires]
Catch2/2.9.2@catchorg/stable Catch2/2.9.2@catchorg/stable
trompeloeil/v34@rollbear/stable
trompeloeil/v35@rollbear/stable


[generators] [generators]
cmake_find_package cmake_find_package

+ 1
- 1
script/ci_build.sh View File

fi fi


mkdir build && cd build mkdir build && cd build
conan install --build missing -s compiler.libcxx=${CONAN_STDLIB} ..
conan install -s compiler.libcxx=${CONAN_STDLIB} ..


cmake .. cmake ..
make make

Loading…
Cancel
Save