GUBookSociety / uofg-book-society-website

A website created with Angular for the Glasgow University Book Society. (IN DEVELOPMENT)
1 stars 0 forks source link

Research Potential GitHub Runner Options #1

Closed liamlau closed 4 years ago

liamlau commented 4 years ago

We need to be able to run and test our code whenever someone pushes to the codebase, so to do this, we need a machine that has Angular, that builds and tests our code.

liamlau commented 4 years ago

As part of the 3rd year UofG Computer Science team project, we had to create a runner for Gitlab. I think I'll first attempt linking that same one before looking at different options.

The only problem is, though it doesn't run Windows, it's a Linux (Ubuntu 18.04) VM, but once installing Angular, this should not make a difference.

liamlau commented 4 years ago

Turns out, I didn't even need that VM! GitHub has options for running CI machines free of charge! I've just used them.