fix windows build error - add rc files

This commit is contained in:
Gyusun Yeom 2019-09-18 21:57:34 +09:00
parent 708bbfd807
commit acd5fc7f64

View File

@ -152,7 +152,7 @@ import_tags () {
make make
cd "$WORKSPACE" cd "$WORKSPACE"
git reset git reset
git add --force src include doc CMakeLists.txt git add --force src include doc CMakeLists.txt build/*.rc
if [ `git diff --cached | wc -c` -ne 0 ]; then if [ `git diff --cached | wc -c` -ne 0 ]; then
git commit -m"glew-cmake release from $TAG" git commit -m"glew-cmake release from $TAG"
NEW_TAG=`echo $TAG | sed s/glew-/glew-cmake-/` NEW_TAG=`echo $TAG | sed s/glew-/glew-cmake-/`