forked from secure-software-engineering/phasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
017b04f
commit 16ee16c
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
source ./safeCommandsSet.sh | ||
|
||
if git submodule status 2>&1 | grep -iq "fatal: Not a git repository (or any of the parent directories): .git"; then | ||
save_cd "$(dirname "$0")"/../external/ | ||
safe_cd "$(dirname "$0")"/../external/ | ||
git clone [email protected]:google/googletest.git | ||
save_cd googletest/ | ||
safe_cd googletest/ | ||
git checkout release-1.8.0 | ||
save_cd - | ||
safe_cd - | ||
git clone [email protected]:nlohmann/json.git | ||
save_cd json/ | ||
safe_cd json/ | ||
git checkout v3.4.0 | ||
save_cd - | ||
safe_cd - | ||
git clone https://github.com/pdschubert/WALi-OpenNWA.git | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters