mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
0578696fe9
commit
3960f5b708
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ build:
|
|||
cmake.org: '*'
|
||||
working-directory: build
|
||||
script:
|
||||
# our llvm doesn't like this flag
|
||||
- run: sed -i 's/ -exhaustive-register-search//g' system.cmake
|
||||
if: linux/x86-64
|
||||
working-directory: ../cmake
|
||||
- cmake .. $ARGS
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
- make install
|
||||
|
|
Loading…
Reference in a new issue