mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Build scripts to create publish folders and archive packages
This commit is contained in:
12
build.sh
Normal file
12
build.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Handle to many files on osx
|
||||
if [ "$TRAVIS_OS_NAME" == "osx" ] || [ `uname` == "Darwin" ]; then
|
||||
ulimit -n 4096
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" == "osx" ] || [ `uname` == "Darwin" ]; then
|
||||
export SQLTOOLSSERVICE_PACKAGE_OSNAME=osx-x64
|
||||
else
|
||||
export SQLTOOLSSERVICE_PACKAGE_OSNAME=linux-x64
|
||||
fi
|
||||
bash ./scripts/cake-bootstrap.sh "$@"
|
||||
Reference in New Issue
Block a user