Skip to content

Commit 5155042

Browse files
committed
Set +xue after script
Maybe bug in travis.
1 parent 2b86023 commit 5155042

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(battleship)
33

44
set(VERSION_MAJOR 0)
55
set(VERSION_MINOR 0)
6-
set(VERSION_PATCH 7)
6+
set(VERSION_PATCH 8)
77

88
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
99

rename_exe.sh.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
set -xue
44

5-
DEPLOY_FILE=battleship_@VERSION@_$FILENAME_SUFFIX.exe
5+
DEPLOY_FILE="battleship_@VERSION@_$FILENAME_SUFFIX.exe"
66
cp build-dir/battleship* $DEPLOY_FILE
7+
8+
set +xue

0 commit comments

Comments
 (0)