0
Commit Graph

17 Commits

Author SHA1 Message Date
Andrew Chin
139e22f2f8 I don't make typos, no sir I don't 2018-04-21 15:36:48 -04:00
Andrew Chin
c621795fa9 Rename package to pkg in gitlab ci steps
This just reduces size of the step names, making it easier to see on the
gitlab web page
2018-04-21 15:31:46 -04:00
Andrew Chin
78390c6936 Updated to new gitlab registry URL 2018-04-21 15:31:33 -04:00
Andrew Chin
f28c4ce680 Add testrepo step for ubuntu:artful 2018-04-21 15:31:22 -04:00
Andrew Chin
44b525e709 During windows CI builds, use a specific Pillow
This is because we build against a fixed PIL_INCLUDE_DIR whos version
needs to match the python version we install

Note: CI builds for windows use a hard-coded path for PIL.  I manually
updated this to version 5.1.0

TODO@achin: automatically download the right version of pillow src
2018-04-21 15:27:05 -04:00
Andrew Chin
cd11ea31a9 Fix gitlab CI 2018-02-28 14:02:44 -05:00
Monkey0x9
964eec8ff5 Update minecraft version in gitlay-ci.yml to 1.12 2017-06-11 14:34:22 +02:00
Andrew Chin
63df797681 Copy el6 rpms into a better home 2017-03-22 19:09:21 -04:00
Andrew Chin
275f619b72 Re-enable render CI job in master branch 2017-03-17 11:58:39 -04:00
Andrew Chin
6f64b198f6 Build and test rpm and deb repos during CI
Note that at the moment, this is building and testing a "test" repo.
This test repo is not the same one that you use by following our docs.
Once this new code is better tested, we'll switch over (existing users
will not have to do anything to use this new repo).
2017-03-17 11:58:39 -04:00
Andrew Chin
b7995efe42 Be more consistant in build artifact naming
Instead of having a directory of files for dist-win32 and dist-win64,
create a zipfile named like overviewer-win64-0.12.345.zip
2017-03-12 13:55:07 -04:00
Andrew Chin
2add96132c Do an apt-get update during debian verification 2017-02-12 13:10:21 -05:00
Andrew Chin
c5659f809e More work on gitlab CI
* Switch to docker tags
* Use caching to pass build stuff between build and test/render jobs
* Move render job up into the test stage
2017-02-12 12:48:13 -05:00
Andrew Chin
884f8548e7 Work on windows build with gitlab CI 2017-02-12 12:47:47 -05:00
Andrew Chin
4259c5eacd Apply same only/except tags to remove_render 2016-12-25 00:06:21 -05:00
Andrew Chin
d71f67c67e Improved gitlab CI which will remove renders when a branch is deleted
A byproduct of this change is that no render will be done for the master
branch.  That will be changed later
2016-12-24 23:56:39 -05:00
Andrew Chin
b81661dc94 Enable gitlab CI
Even though the overviewer repo is hosted on github, this new CI stuff
is useful for mirrors of overviewer hosted on gitlab.

To support package builds for a few distributions, a set of dockerfiles
have been created.
2016-12-10 14:35:24 -05:00