Skip to content

Commit

Permalink
abc-63: Revert to new build command
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-burley-bluefruit committed Jan 30, 2024
1 parent b1180ea commit b2e8acb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ echo import project into workspace
/opt/ti/ccs/eclipse/eclipse -noSplash -data "/home/build/workspace" -application com.ti.ccstudio.apps.projectImport -ccs.location "$1"

echo build project
#output=$(/opt/ti/ccs/eclipse/eclipse -noSplash -data "/home/build/workspace" -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build "$2"/"$3")
output=$(/opt/ti/ccs/eclipse/eclipse -noSplash -data "/home/build/workspace" -application com.ti.ccstudio.apps.projectBuild -ccs.workspace --ccs.configuration "$3")
output=$(/opt/ti/ccs/eclipse/eclipse -noSplash -data "/home/build/workspace" -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build "$2"/"$3")
echo "$output"

# Check build command output to confirm that the correct configuration was built
Expand Down

0 comments on commit b2e8acb

Please sign in to comment.