1
0
Fork 0

Use set -x to output commands running

That is helpful to debug builds
This commit is contained in:
Mikhail Goncharov 2019-10-18 18:24:09 +02:00
parent e313cc0d95
commit e405c5b496
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -eu
set -eux
echo "Running CMake... ======================================"
cd ${WORKSPACE}

View file

@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -eu
set -eux
echo "Running check-all... ====================================="
cd ${WORKSPACE}