Skip to content

Instantly share code, notes, and snippets.

@stephengroat
Created April 25, 2017 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephengroat/acc185105d4fc999455341aed030bb6d to your computer and use it in GitHub Desktop.
Save stephengroat/acc185105d4fc999455341aed030bb6d to your computer and use it in GitHub Desktop.
PropellerIDE Travis config for compiling Propeller Spin projects
sudo: required
dist: trusty
language: generic
addons:
apt:
packages:
- qt5-default
- libqt5serialport5
- libftdi1
script:
- wget https://github.com/parallaxinc/PropellerIDE/releases/download/0.38.5/propelleride-0.38.5-amd64.deb
- sudo dpkg -i propelleride-0.38.5-amd64.deb
- /usr/bin/openspin -L /usr/bin/../share/propelleride/library TopLevelFile.spin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment