Ver código fonte

Missing generators added.

main
offa 5 anos atrás
pai
commit
c2a92c102f
1 arquivos alterados com 4 adições e 1 exclusões
  1. +4
    -1
      script/ci_build.sh

+ 4
- 1
script/ci_build.sh Ver arquivo

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

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

cmake ..
make

Carregando…
Cancelar
Salvar