Commit Graph

61 Commits

Author SHA1 Message Date
Arimil 05181616ae Update to node 20
fix some issues with dockerfiles

combine installation statements into a single layer
2023-09-27 23:50:53 -04:00
Bill Thornton 8277fa0d32 Remove SKIP_PREPARE env variable usages 2023-03-10 12:32:06 -05:00
Bill Thornton aebc372966 Bump node build versions 2022-09-30 01:53:04 -04:00
Joshua M. Boniface 6bdeeffa7a Remove bump-version junk
This didn't work, and won't matter for beta1 so just scrap it.
2022-01-04 19:59:23 -05:00
Brian J. Murrell b907d08b86 Run bump_version in make srpm
Also add an "rpms" target that builds the RPMs using mock in a target
environment.

Fix BuildRequires: for RH platforms.

Fixes: #3221

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2021-12-13 13:01:48 -05:00
Joshua M. Boniface bebce30c77 Send SourceBranch to collect-server.azure.sh 2021-11-13 14:47:19 -05:00
Fernando Fernández 6efef9680d Switch to npm 2021-04-08 00:34:03 +02:00
Bill Thornton 9d6ea51be1 Add linters to github actions 2020-11-30 09:49:09 -05:00
dkanada 2c0b33b9a8 Merge branch 'master' into fix-ci-maybe 2020-11-21 22:10:40 +09:00
Bill Thornton c6862bfdfe Add prepare script to allow CI to skip build 2020-11-17 22:28:23 -05:00
vitorsemeano 327462321c removed standalone build job 2020-11-05 23:21:35 +00:00
Joshua M. Boniface d4bf69e6bb Flip quoting in variable set command
The quoting as-is was broken and would result in a junk output. This
way, the proper value is obtained.
2020-07-28 00:21:30 -04:00
Joshua M. Boniface f9f71422b3 Get and tag with actual release version in CI 2020-07-27 21:41:57 -04:00
Joshua M. Boniface f2fdbe9176 Explicitly add what Azure used to do implicitly
... before they changed it on us out of nowhere.
2020-07-13 14:34:20 -04:00
MrTimscampi ff848727e3 Bring back standalone mode and always inject JS 2020-06-19 20:28:35 +02:00
Joshua M. Boniface 7e861a3400 Add condition on success of previous steps 2020-06-16 01:14:48 -04:00
Joshua M. Boniface 30e041a913 Ensure collection step depends on build steps 2020-06-16 01:12:46 -04:00
dkanada 688516ac33 update formatting for azure pipelines 2020-06-15 19:49:17 +09:00
Joshua M. Boniface cbae2f577e Attempt to use inbuilt Docker tasks 2020-06-14 23:37:06 -04:00
Joshua M. Boniface c4cc669ebf Revamp naming of Docker images and manifests
This is a nicer standardized format using Docker image tags more
effectively.
2020-06-14 19:39:09 -04:00
Joshua M. Boniface 95be2ba211 Add builder Dockerfile and steps in CI 2020-06-14 19:23:27 -04:00
Joshua M. Boniface 4e4c5b1400 Only run remaining package steps conditionally
Prevents these steps from failing if the build is skipped.
2020-06-14 13:39:00 -04:00
Joshua M. Boniface e43bb09d60 Update conditionals to final values (master+tag) 2020-06-12 18:18:11 -04:00
Joshua M. Boniface 7a5065ba27 Run the repo include as sudo 2020-06-12 18:16:02 -04:00
Joshua M. Boniface ce09f0e4e4 Separate package collection into a separate job 2020-06-12 17:36:00 -04:00
Joshua M. Boniface f67b9a01fe Use better flags and conditionals in CI itself 2020-06-12 17:24:20 -04:00
Joshua M. Boniface 847c9950d7 Add collection script call 2020-06-12 16:56:45 -04:00
Joshua M. Boniface ceacedd6fd Copy artifacts over to build server 2020-06-12 15:33:38 -04:00
Joshua M. Boniface 346e1b0dc7 Add special changelog/version for unstable builds 2020-06-12 14:43:37 -04:00
dkanada f9797c0658 add packaging step on azure and refactor pipelines 2020-06-13 00:18:20 +09:00
dkanada 76834f5074 update display name for production build 2020-05-31 13:55:47 +09:00
MrTimscampi 1b69bad510 Fix CI 2020-05-30 23:18:10 +02:00
dkanada 09ffe358ea remove indentation from ci file 2020-04-13 01:02:19 +09:00
dkanada aeaf93cc2f zip the built files before publish 2020-04-13 00:51:23 +09:00
dkanada e940015fa7 Merge branch 'master' into es6 2020-04-06 19:16:50 +09:00
dkanada 1ccae13c05 title casing for job names 2020-04-05 04:16:56 +09:00
dkanada ee307d7830 minor changes to ci 2020-04-05 04:16:17 +09:00
dkanada a925152299 update valid branches on ci 2020-04-04 00:09:47 +09:00
MrTimscampi 648f7379b3 Silence ESLint warnings in CI 2020-04-02 20:34:48 +02:00
MrTimscampi 8f1e1075c2 Update CI to use NodeJS 12 2020-03-28 11:36:58 +01:00
dkanada 519751649d apply suggestions from code review
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
2020-03-17 03:05:18 +09:00
dkanada 38b7da8f34 use cache for linting as well 2020-03-17 02:17:12 +09:00
dkanada 3958548b1f fix issues with standalone build 2020-03-17 02:12:05 +09:00
dkanada fa5e1feaab skip dependency step when cache exists 2020-03-17 01:49:43 +09:00
dkanada a0c5920e71 run ci without changing the lockfile 2020-03-17 01:47:57 +09:00
dkanada b5a9273a24 change build commands 2020-03-17 01:09:25 +09:00
dkanada 43d81f5cd9 update cache and add prepare 2020-03-17 01:02:11 +09:00
dkanada 88309a9cb4 output files for testing 2020-03-17 00:49:38 +09:00
dkanada 62e8d22f66 check cache before installing dependencies 2020-03-17 00:43:13 +09:00
dkanada 2ecba9cd14 more readme changes 2020-03-17 00:37:21 +09:00