Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to CircleCI for Builds and Tests #631

Merged
merged 21 commits into from
May 14, 2020
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d6cf33c
Initial CircleCI
woody-apple May 9, 2020
bc50c2d
Restyled by shellharden
restyled-commits May 9, 2020
4892122
Restyled by shfmt
restyled-commits May 9, 2020
f678e99
Appeasing our restyle.io overlord
woody-apple May 9, 2020
31e64f3
testing
woody-apple May 9, 2020
8f7d581
Merge branch 'master' of https://github.com/project-chip/connectedhom…
woody-apple May 11, 2020
3523c99
Trying to figure out this run_if.sh problem
woody-apple May 11, 2020
b7e5aca
Feedback from Rob W
woody-apple May 11, 2020
4496b9a
Restyled by shfmt
restyled-commits May 11, 2020
c7c4d6f
Typo
woody-apple May 11, 2020
1bf1156
Merge branch 'master' of https://github.com/project-chip/connectedhom…
woody-apple May 11, 2020
6b35e84
Updating restyled to match editorconfig tab spacing
woody-apple May 11, 2020
4c3376e
Merge branch 'master' of https://github.com/project-chip/connectedhom…
woody-apple May 11, 2020
dfc5f98
Merge branch 'master' of https://github.com/project-chip/connectedhom…
woody-apple May 11, 2020
99a9df1
Updating devcontainer
woody-apple May 11, 2020
9c183da
Merge branch 'master' of https://github.com/project-chip/connectedhom…
woody-apple May 12, 2020
9e72fe2
Merge branch 'master' of https://github.com/project-chip/connectedhom…
woody-apple May 12, 2020
8b86aef
Merge branch 'master' of https://github.com/project-chip/connectedhom…
woody-apple May 13, 2020
485f144
Restyled by shfmt
restyled-commits May 13, 2020
b785d8b
Adding simple restyle merge
woody-apple May 13, 2020
7271a13
Restyled by shellharden
restyled-commits May 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing
  • Loading branch information
woody-apple committed May 9, 2020
commit 31e64f395d3cbb28fed07900879cf4776550fe64
2 changes: 1 addition & 1 deletion scripts/tools/run_if.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

if [[ $1 == *"$2"* ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are the asterisks here doing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're looking for substrings, it's a way of checking if a build is in a list of things. Maybe not the nicest :)

"$("$3")"
$3
fi