scripts

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-452 : Automation Script and Support

- added output log for coco report generators

DEN-452 : Automation Script and Support

- Coverage report was not working

DEN-452 : Automation Script and Support

- OCD

DEN-452 : Automation Script and Support

- The script has been changed regarding our conversation with Froglogic support (allan Ezust).

DEN-452 : Automation Script and Support

- Changed the comments to echo so can be easier debug the script

DEN-452 : Automation Script and Support

- Added runner log

DEN-452 : Automation Script and Support

- Changed the script the way Alan Ezust emailed us, if I understood correctly.

- Tested this way as well but didn't work.

- Removed the server anyway since squishrunner doesn't requires that in this way.

DEN-452 : Automation Script and Support

- Bamboo variable should be out of the script in the Bamboo scripting area.

DEN-452 : Automation Script and Support

- Created Report Folder as a result or output folder.

DEN-452 : Automation Script and Support

- Moved back Bamboo variables to see if it works with source.

DEN-452 : Automation Script and Support

- Bamboo variables can't be called within scripts

DEN-452 : Automation Script and Support

- Bad substitution fix

DEN-452 : Automation Script and Support

- Added the Unit Test scrip

1 - instruments the application

2 - Runs the Unit Tests

3 - Generates Coverage and Unit Tests reports.

4 - Copies them on the server

build.sh edited online with Bitbucket

- Added a line to re-run the application after copy

build.sh edited online with Bitbucket

- Added killall denali to stop the application before copying

build.sh edited online with Bitbucket

- Added sync

build.sh edited online with Bitbucket

- Added scp to target

build.sh edited online with Bitbucket

- Added Build error/[warning] exit

- So now Bamboo will identify build error

build.sh edited online with Bitbucket

fix a typo

build.sh edited online with Bitbucket

"Added cppcheck test to the build so if the analysis fails it does not build"

build.sh edited online with Bitbucket

adding the cppcheck run

build.sh edited online with Bitbucket

# disabled gcc_64 build for now

# since need to figure out how to install Qt without GUI on server

build.sh edited online with Bitbucket

DEN-SW project name and key has been changed.

So the git clone has been updated.

Added release/debug/clean param and modified out folder to have a build parent folder

Initial Commit