shellcheck 2
This commit is contained in:
parent
56493c1427
commit
2f0da66949
@ -14,8 +14,8 @@ triggers:
|
|||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
sudo apt-get purge gcc -y && sudo apt-get autoremove -y
|
sudo apt-get purge gcc -y && sudo apt-get autoremove -y
|
||||||
- lint:
|
- lint: |
|
||||||
cd bazel-zig-cc
|
cd bazel-zig-cc;
|
||||||
shellcheck -x $(awk '/#!\/bin\/(ba)?sh/&&FNR==1{print FILENAME}' $(git ls-files))
|
shellcheck -x $(awk '/#!\/bin\/(ba)?sh/&&FNR==1{print FILENAME}' $(git ls-files))
|
||||||
- test_list_toolchains: |
|
- test_list_toolchains: |
|
||||||
cd bazel-zig-cc; . .envrc; echo "Available toolchains:"
|
cd bazel-zig-cc; . .envrc; echo "Available toolchains:"
|
||||||
|
Loading…
Reference in New Issue
Block a user