This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add docs, project resources and install deps script * Remove submodule * rm deps * Add deps * Edit readme * Remove mistake from main.go * Change workflow to build hra
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 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
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 |
---|---|---|
@@ -1,11 +1,8 @@ | ||
#!/bin/bash | ||
|
||
echo "Installing dependencies" | ||
sudo apt install golang | ||
sudo apt install dmd | ||
|
||
HRA_INSTALL_PATH="elevatorAlgorithm/hra/" | ||
echo "Building project and moving hall_request_assigner to workspace root" | ||
echo "Building project and moving hall_request_assigner to $HRA_INSTALL_PATH" | ||
|
||
chmod +x Project-resources/cost_fns/hall_request_assigner/build.sh | ||
Project-resources/cost_fns/hall_request_assigner/build.sh | ||
sudo cp Project-resources/cost_fns/hall_request_assigner $HRA_INSTALL_PATH |