Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
XANMOD: .gitlab-ci: Add x86-64-v1 build job
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Oct 4, 2024
1 parent bc96121 commit 1b90c79
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@ variables:
KDEB_CHANGELOG_DIST: "bookworm"
KCONFIG_CONFIG: "CONFIGS/xanmod/gcc/config_$psabi"

6.11 x64v1:
tags: [saas-linux-xlarge-amd64]
stage: build
only:
- branches
variables:
psabi: x86-64-v1
script:
- eval $mvcmd && eval $avcmd
artifacts:
name: "$CI_JOB_NAME~$CI_COMMIT_SHORT_SHA"
paths:
- assets/
exclude:
- assets/*dbg*
timeout: 1h

6.11 x64v2:
tags: [saas-linux-xlarge-amd64]
stage: build
Expand Down

0 comments on commit 1b90c79

Please sign in to comment.