Ver código fonte

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

main
offa 5 anos atrás
pai
commit
597494595d
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      conanfile.txt
  2. +1
    -1
      script/ci_build.sh

+ 1
- 1
conanfile.txt Ver arquivo

@@ -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 Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar