1

shellcheck 2

This commit is contained in:
Motiejus Jakštys 2021-10-18 15:18:29 +03:00
parent 56493c1427
commit 2f0da66949

View File

@ -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:"