Attempt using RanLib and AR
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2020-09-12 16:55:27 +02:00
parent b6de3a730b
commit 4f8ca03a39
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ steps:
environment:
CC: /usr/bin/clang
CXX: /usr/bin/clang++
CMAKE_RANLIB: /usr/bin/llvm-ranlib
CMAKE_AR: /usr/bin/llvm-ar
commands:
- cmake -DCMAKE_BUILD_TYPE=Debug . -B build-debug -DSTATICC=ON -DTESTS=ON
- cmake --build build-debug --target all -- -j 4
@ -17,6 +19,8 @@ steps:
environment:
CC: /usr/bin/clang
CXX: /usr/bin/clang++
CMAKE_RANLIB: /usr/bin/llvm-ranlib
CMAKE_AR: /usr/bin/llvm-ar
commands:
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release -DSTATICC=ON -DTESTS=ON
- cmake --build build-release --target all -- -j 4