aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAge
* when having two runner tags defined with one of them being offline, jobs did ↵ohfp2020-03-31
| | | | not get picked up
* cache flatpak module dependency buildohfp2020-03-31
|
* checkout submodules globallyohfp2020-03-30
|
* submodules need to be checked out, or so I have heardohfp2020-03-30
|
* use same file naming scheme everywhereohfp2020-03-30
|
* update .gitlab-ci.yml file/artifact naming; also add bzip2 to flatpak scriptohfp2020-03-30
|
* oh ubuntu..: xz is in xz-utilsohfp2020-03-29
|
* typos and fix pipeline variable nameohfp2020-03-28
|
* fix var typo in .gitlab-ci.ymlohfp2020-03-28
|
* de-Archify some aspects of builds and -scripts; allow to initiate separate ↵ohfp2020-03-28
| | | | steps manually; first attempt to build tarball on ubuntu 16.04
* skip automatic release for now; #99ohfp2020-03-21
|
* v74.0-2; new release without broken librewolf.cfg, see ac25a5ef in settingsohfp2020-03-10
|
* avoid potential globbing issue with gitlab-releaseohfp2020-03-10
|
* v74.0-1; compress flatpak-repo folders for releaseohfp2020-03-10
|
* slight simplification of gitlab-release partohfp2020-03-07
|
* allow regular arm64 runners for appimage build, so spot instances can be ↵evs-ch2020-03-07
| | | | disabled without waiting for x86_64b to finish
* wrong artifact path; non-existant python docker imageevs-ch2020-03-07
|
* re-add gitlab-release stageohfp2020-03-06
|
* Partial rewrite of build processohfp2020-03-06
| | | | | | | | | | Switching to an Arch based build process for easier maintenance and using specific runners for tasks where that might be necessary. Right now, parent/child pipelines for somewhat parallel builds for different architectures / semi-independent pak-builds don't seem to properly work yet due to `trigger:` not being recognized when it should, so that's not yet implemented.
* update CI/CDBeatLink2019-08-16
|
* fix ci/cdBeatLink2019-08-16
|
* fix flatpakBeatLink2019-08-16
|
* fix flatpak and appimage buildBeatLink2019-07-26
|
* Fix pathsBeatLink2019-07-26
|
* Simplify and compartmentalise scripts, separate packaging into gitlab jobsBeatLink2019-07-26
|
* fix ci/cdBeatLink2019-07-24
|
* fix flatpak build :cBeatLink2019-07-24
|
* Fix flatpak build >:[BeatLink2019-07-23
|
* fix flatpak build >:(BeatLink2019-07-23
|
* fix flatpak buildBeatLink2019-07-23
|
* fix flatpak buildBeatLink2019-07-23
|
* fix flatpak buildBeatLink2019-07-23
|
* Fix all buildsBeatLink2019-07-23
|
* Update CI/CD Artifacts PathBeatLink2019-07-20
|
* Rename StageBeatLink2019-07-17
|
* Move build job to linux specific variantBeatLink2019-07-04
|
* fix scriptBeatLink2019-07-01
|
* Add gitlab release code to CI/CDBeatLink2019-06-17
|
* update CI/CD script to conform with new builder scriptBeatLink2019-06-16
|
* Fix CI/CD ScriptBeatLink2019-06-12
|
* Fix Broken CI/CDBeatLink2019-06-12
|
* Initial CommitBeatLink2019-06-12
bgstack15