mirror of
https://github.com/servo/servo.git
synced 2025-08-01 11:40:30 +01:00
Create script to easily remove existing CI build artifacts.
This commit is contained in:
parent
9c484452c0
commit
0896fca5f0
1 changed files with 11 additions and 0 deletions
11
etc/ci/clean_build_artifacts.sh
Executable file
11
etc/ci/clean_build_artifacts.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
rm -rf target/{debug,release,doc,geckolib}
|
Loading…
Add table
Add a link
Reference in a new issue