kammce / sammy

Sammy is a tool for managing SJSU-Dev2 firmware projects and to install external packages such as platforms and libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI: Add `project start` testing

kammce opened this issue · comments

Test Procedure

  1. Setup sammy platform install
  2. Create project by using sammy project start azer
  3. Verify that the azer directory exists
  4. Change into it and attempt to build the project using standard build application, should succeed.
  5. Create project by using sammy project start azer again, should fail as azer directory already exists.
  6. Create new project using sammy project start nabeel
  7. Change into it and attempt to build the project using standard build application, should succeed.