|
@@ -21,8 +21,6 @@ matrix:
|
|
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
|
|
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
|
|
|
|
|
|
|
|
|
|
-before_install: set -e
|
|
|
|
-
|
|
|
|
install:
|
|
install:
|
|
- bash ci/install.sh
|
|
- bash ci/install.sh
|
|
- export PATH="$PATH:$PWD/gcc/bin"
|
|
- export PATH="$PATH:$PWD/gcc/bin"
|
|
@@ -30,7 +28,6 @@ install:
|
|
script:
|
|
script:
|
|
- bash ci/script.sh
|
|
- bash ci/script.sh
|
|
|
|
|
|
-after_script: set +e
|
|
|
|
|
|
|
|
cache: cargo
|
|
cache: cargo
|
|
before_cache:
|
|
before_cache:
|