Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatzen committed Aug 6, 2016
1 parent 5e1bbbf commit 3915f8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins/build.sh
Expand Up @@ -24,14 +24,14 @@ build () {
mkdir -p ../dist/lib/$1
cp bin/Release/ayxiatrace.lib ../dist/lib/$1
cp bin/Release/libuv.lib ../dist/lib/$1
)
}

build x86
build x86_64

mkdir -p ../dist/include
cp -r ../include/* ../dist/include

cd ../dist
mkdir -p dist/include
cp -r include/* dist/include

cd dist
zip -r ../ayxia-client-sdk-`git describe --abbrev=0 --tags`.zip *

0 comments on commit 3915f8a

Please sign in to comment.