dbankier / tisdk

Install GA, RC, Beta, Alpha titanium sdk builds. Works also for v4+.
48 stars 7 forks source link

Another build error with linux #11

Closed HazemKhaled closed 8 years ago

HazemKhaled commented 8 years ago

I think this is not related to #9 , it's don't want to checkout the tag

The hole CI script and tisdk build there https://semaphoreci.com/hazemkhaled/timapexample/branches/master/builds/12

The error

Checking connectivity... done.
Note: checking out '92c2265649e2ca9926ea5c26ef987d715f1c8367'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

{ [Error: spawn scons ENOENT]
  code: 'ENOENT',
  errno: 'ENOENT',
  syscall: 'spawn scons',
  path: 'scons' }
dbankier commented 8 years ago

is scons installed?

HazemKhaled commented 8 years ago

Yes, it was my fault, Thanks