瀏覽代碼

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

main
offa 5 年之前
父節點
當前提交
597494595d
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      conanfile.txt
  2. +1
    -1
      script/ci_build.sh

+ 1
- 1
conanfile.txt 查看文件

@@ -1,6 +1,6 @@
[requires]
Catch2/2.9.2@catchorg/stable
trompeloeil/v34@rollbear/stable
trompeloeil/v35@rollbear/stable

[generators]
cmake_find_package

+ 1
- 1
script/ci_build.sh 查看文件

@@ -16,7 +16,7 @@ else
fi

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

cmake ..
make

Loading…
取消
儲存