Shen-Language / shen-cl

Shen for Common Lisp (Unmaintained)
BSD 3-Clause "New" or "Revised" License
122 stars 11 forks source link

Get repo set up on Travis-CI #2

Closed rkoeninger closed 7 years ago

rkoeninger commented 7 years ago

@tizoc When you have a minute, could you get this repo set up on Travis-CI?

There's an included .travis.yml file which I imagine will work, but if not, I can get it building. I just can't configure anything on travis.

tizoc commented 7 years ago

I enabled this repo on travis, but it doesn't seem to be working.

Also, when pasting the contents of .travis.yml in the validator I get:

tizoc commented 7 years ago

Ah wait, I think a commit is required to trigger a build.

rkoeninger commented 7 years ago

Incidentally, I just pushed a couple of commits.

Looks like the build fails when trying to download the clozure package.

I'll work on it.

Thanks for getting this set up.

rkoeninger commented 7 years ago

sudo had to be enabled and SBCL has to be installed by downloading a separate package from debian.org as the package on apt has an out of date version.

Build passes.