mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 14:07:04 +00:00
Add exec bit, add set -ex to ci test files
This commit is contained in:
parent
4abd4a12b7
commit
9e6dc8d2d5
3
.github/deploy.sh
vendored
3
.github/deploy.sh
vendored
@ -1,8 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Automatically deploy on gh-pages
|
||||
|
||||
set -e
|
||||
set -x
|
||||
set -ex
|
||||
|
||||
SOURCE_BRANCH="master"
|
||||
TARGET_BRANCH="gh-pages"
|
||||
|
@ -49,7 +49,7 @@ script:
|
||||
after_success: |
|
||||
#!/bin/bash
|
||||
if [ $(uname) == Linux ]; then
|
||||
set -e
|
||||
set -ex
|
||||
./.github/deploy.sh
|
||||
# trigger rebuild of the clippy-service, to keep it up to date with clippy itself
|
||||
if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&
|
||||
|
1
ci/base-tests.sh
Normal file → Executable file
1
ci/base-tests.sh
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
set -ex
|
||||
PATH=$PATH:./node_modules/.bin
|
||||
remark -f *.md > /dev/null
|
||||
set -e
|
||||
|
@ -1,3 +1,4 @@
|
||||
set -ex
|
||||
cargo install --force
|
||||
|
||||
echo "Running integration test for crate ${INTEGRATION}"
|
||||
|
Loading…
Reference in New Issue
Block a user