mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 19:46:37 +00:00
install cmake
This commit is contained in:
parent
88bcb7d39a
commit
3f38ef192a
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ compile darwin:
|
||||||
extends: .multitarget-darwin
|
extends: .multitarget-darwin
|
||||||
stage: native library
|
stage: native library
|
||||||
tags: [darwin-builder]
|
tags: [darwin-builder]
|
||||||
|
before_script:
|
||||||
|
- brew install cmake
|
||||||
script:
|
script:
|
||||||
- git clone https://github.com/signalapp/libsignal-client
|
- git clone https://github.com/signalapp/libsignal-client
|
||||||
- cd libsignal-client && git checkout "$libsignal_version"
|
- cd libsignal-client && git checkout "$libsignal_version"
|
||||||
|
|
Loading…
Reference in a new issue