From: Wonyoung Choi Date: Wed, 29 Aug 2018 00:03:07 +0000 (+0900) Subject: [OpenTK] Rollup OpenTK.Tizen 3.0.1 X-Git-Tag: 5.0.0.14562~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=d41c3a69e85bf56a9f4dfbab00ff271d2b7ef291;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [OpenTK] Rollup OpenTK.Tizen 3.0.1 --- diff --git a/build.sh b/build.sh index d51f6df..8a5a50a 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ DOTNET_CMD="$RETRY_CMD $TIMEOUT_CMD 600 dotnet" RUN_BUILD="$DOTNET_CMD msbuild $SCRIPT_DIR/build/build.proj /nologo" usage() { - echo "Usage: %0 [command] [args]" + echo "Usage: $0 [command] [args]" echo "Commands:" echo " build [module] Build a specific module" echo " full Build all modules in src/ directory" @@ -22,6 +22,10 @@ usage() { echo " clean Clean all artifacts" } + +CI_VERSION_PREFIX=5.0.0 +CI_VERSION=$CI_VERSION_PREFIX.$((10000+$(git rev-list --count HEAD))) + cmd_build() { if [ -z "$1" ]; then echo "No module specified." @@ -64,8 +68,7 @@ cmd_ext_build() { cmd_pack() { VERSION=$1 if [ -z "$VERSION" ]; then - TIMESTAMP=$(date +"%s") - VERSION="5.0.0-local-$TIMESTAMP" + VERSION=$CI_VERSION fi $RUN_BUILD /t:pack /p:Version=$VERSION diff --git a/externals/opentk b/externals/opentk index ae37d7b..08cb08f 160000 --- a/externals/opentk +++ b/externals/opentk @@ -1 +1 @@ -Subproject commit ae37d7bb0631f890c78505522caa5d49cf2d4b11 +Subproject commit 08cb08fd6cb879ec7bc1c31ad0e74c90b37ca9b0 diff --git a/externals/opentk.proj b/externals/opentk.proj index 9b0f41d..e04a3b3 100644 --- a/externals/opentk.proj +++ b/externals/opentk.proj @@ -10,17 +10,33 @@ $(MSBuildThisFileDirectory)opentk\src\OpenTK\ $(MSBuildThisFileDirectory)opentk\src\Generator.Bind\ $(MSBuildThisFileDirectory)opentk\src\Generator.Rewrite\ + + $(OpenTKProjectDirectory)OpenTK.Tizen.csproj + $(BindProjectDirectory)Generator.Bind.NETCore.csproj + $(RewriteProjectDirectory)Generator.Rewrite.NETCore.csproj + + $(OpenTKProjectDirectory)bin\$(Configuration)\ + $(BindProjectDirectory)bin\$(Configuration)\ + $(RewriteProjectDirectory)bin\$(Configuration)\ - $(OpenTKProjectDirectory)OpenTK.Tizen.csproj - dotnet $(BindProjectDirectory)bin/$(Configuration)/netcoreapp2.0/Bind.dll + dotnet $(BindOutputDirectory)/netcoreapp2.0/Bind.dll + + + + + + + + + - - + + @@ -37,13 +53,10 @@ - - $(OpenTKProjectDirectory)bin\$(Configuration)\netstandard2.0\ - - - - + + + @@ -51,13 +64,13 @@ - + diff --git a/packaging/externals.opentk.tar.gz b/packaging/externals.opentk.tar.gz index 3f192b4..392eac3 100644 Binary files a/packaging/externals.opentk.tar.gz and b/packaging/externals.opentk.tar.gz differ