project-everest / everest-ci

CI scripts for project everest
3 stars 8 forks source link

Integrate the new scons-based support for Spartan #21

Closed msprotz closed 7 years ago

msprotz commented 7 years ago

Several sub-tasks:

CC @barrybo

msprotz commented 7 years ago
vkanne-msft commented 7 years ago

Waiting on VALE move to github

vkanne-msft commented 7 years ago

Vale is now on GitHub. Can we update our scripts to use the GitHub repo?

darrenge commented 7 years ago

I would think so ... first thing is to get "green" in all our existing tests.

BarryBo commented 7 years ago

I successfully cloned and built using the instructions on the project homepage (set up fslexyacc/python27/scons and used my VS2015 tools). I built Windows 32-bit x86 only.

BarryBo commented 7 years ago

... and scons... the gzip tarball works on Windows. There is no need to use the Windows Installer .exe to install it.

msprotz commented 7 years ago

https://github.com/project-everest/everest/tree/vale is a first attempt at this -- happy for anyone to pick it up and/or merge into master

as far as I know the everest build & test has been green for the past few builds

sishtiaq commented 7 years ago

@darrenge Done? Can we close this?

darrenge commented 7 years ago

I am not sure where we are at with this one.

msprotz commented 7 years ago

I checked a couple checkboxes -- ideally it'd be nice if the Everest script offered to install scons on Windows via the msi

sishtiaq commented 7 years ago

Ah, I see. I didn't see that unticked box.

darrenge commented 7 years ago

Looking into getting Python installed and scons.bat installed automatically.

darrenge commented 7 years ago

Put in a pull request to install Python 2.7 and Scons on the Windows side of things if they are not already installed. Once that merges, then this issue can be closed.

msprotz commented 7 years ago

Closed via https://github.com/project-everest/everest/pull/30 -- thanks much!