Kaynağa Gözat

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

main
offa 5 yıl önce
ebeveyn
işleme
597494595d
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +1
    -1
      conanfile.txt
  2. +1
    -1
      script/ci_build.sh

+ 1
- 1
conanfile.txt Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet