2014-06-07

Tizen on rawhide fedora 21

Been a fun trip trying to run tizen ide on fedora 21 ( rawhide).

  •  Follow steps on http://rtg.in.ua/blog/tizen-sdk-on-fedora-19-x64/
  • Download pristine-tar source, and rebuild with Requirement update to support tar 1.27.2 ( anything greater than 1.27.3 ).
  • install mics and gbs ( if you are looking for platform dev ).
     
  • cd ~/tizen/sdk/tools/emulator/remote/
    mv libspice-server.so.1 libspice-server.so.1.orig
    ln -s /usr/lib64/libspice-server.so.1 .
  • Have fun, and do check out the extensive documentation via ide->Help->Help content 
reference:
  • https://bugs.tizen.org/jira/browse/TDIST-659


GitLab runner on Windows with bash shell on windows contianer on Docker

As part of your pipeline, you may need to perform browser testing across different platforms/environments. To minimize testing time, it'...