mirror of
https://github.com/status-im/macdylibbundler.git
synced 2025-02-16 21:06:38 +00:00
12 lines
221 B
YAML
12 lines
221 B
YAML
language: cpp
|
|
os: osx
|
|
compiler: clang
|
|
osx_image: xcode9.3
|
|
|
|
script:
|
|
- make -j $(sysctl -n hw.ncpu)
|
|
|
|
after_success:
|
|
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
|
- bash upload.sh dylibbundler
|