Skip to content

Commit

Permalink
bump builds
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Mar 25, 2023
1 parent f8f84f0 commit e4802dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/windows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [ "$omp" = "-openmp" ]; then
DFLAGS="${DFLAGS} -DUSE_OPENMP=ON"
fi
#prep cmake
${MXE_DIR}/usr/bin/${MXE_TARGET}-cmake . -B${BDIR} -DVERSION:STRING="${TRAVIS_TAG}${bit}${omp}${dbg}" ${DFLAGS}
${MXE_DIR}/usr/bin/${MXE_TARGET}-cmake . -B${BDIR} -DVERSION:STRING="$(git describe --tags --abbrev=0 --dirty)${bit}${omp}${dbg}" ${DFLAGS}

#cmake sets dndebug by default => remove that
if [ "$dbg" = "-debug" ]; then
Expand Down
2 changes: 1 addition & 1 deletion build/windows/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -xue

#cp build-dir/tuo.exe $TUO_FILE

export TUO_FILE_ZIP="tuo.${TRAVIS_TAG}_32+64_bit.zip"
export TUO_FILE_ZIP="tuo.$(git describe --tags --abbrev=0 --dirty)_32+64_bit.zip"

#ls -la

Expand Down

0 comments on commit e4802dc

Please sign in to comment.