Skip to content

Commit

Permalink
DO-NOT-MERGE: Only important builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTackeGSI committed Jun 12, 2023
1 parent 39aa1b1 commit 1bef020
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,27 +100,9 @@ pipeline{
steps{
script {
def builds = jobMatrix('alfa-ci', 'build', [
[os: 'centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7', fairsoft: 'apr21_patches'],
[os: 'centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7', fairsoft: 'apr21_patches_mt'],
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches'],
[os: 'debian', ver: '10', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches_mt'],
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches'],
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr21_patches_mt'],
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr22_patches'],
[os: 'debian', ver: '11', arch: 'x86_64', compiler: 'gcc-8', fairsoft: 'apr22_patches_mt'],
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr21_patches'],
[os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr21_patches_mt'],
[os: 'ubuntu', ver: 'rolling', arch: 'x86_64', compiler: 'current', fairsoft: 'dev',
check: 'warnings',
extra: '-DUSE_CLANG_TIDY=ON -DBUILD_MBS=OFF -DBUILD_PROOF_SUPPORT=OFF'],
[os: 'fedora', ver: '33', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'apr21_patches'],
[os: 'fedora', ver: '33', arch: 'x86_64', compiler: 'gcc-10', fairsoft: 'apr21_patches_mt'],
[os: 'macos', ver: '12', arch: 'arm64', compiler: 'apple-clang-13', fairsoft: '22.4'],
[os: 'macos', ver: '12', arch: 'x86_64', compiler: 'apple-clang-13', fairsoft: '22.4'],
[os: 'macos', ver: '11', arch: 'x86_64', compiler: 'apple-clang-13', fairsoft: '22.4'],
[os: 'macos', ver: '12', arch: 'arm64', compiler: 'apple-clang-13', fairsoft: '22.11'],
[os: 'macos', ver: '12', arch: 'x86_64', compiler: 'apple-clang-13', fairsoft: '22.11'],
[os: 'macos', ver: '11', arch: 'x86_64', compiler: 'apple-clang-13', fairsoft: '22.11'],
])

def checks = jobMatrix('alfa-ci', 'check', [
Expand Down

0 comments on commit 1bef020

Please sign in to comment.