Skip to content

Commit

Permalink
dsaas
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Apr 22, 2024
1 parent 65bf640 commit d4906ca
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,46 @@ jobs:
compiler_version: 17,
libcxx: false
}
#gcc-14
- {
prefix: "Linux",
os: ubuntu-latest,
compiler_name: "gcc",
compiler_version: 14,
libcxx: false
}
#gcc-13
- {
prefix: "Linux",
os: ubuntu-latest,
compiler_name: "gcc",
compiler_version: 13,
libcxx: false
}
#gcc-12
- {
prefix: "Linux",
os: ubuntu-latest,
compiler_name: "gcc",
compiler_version: 12,
libcxx: false
}
#gcc-11
- {
prefix: "Linux",
os: ubuntu-latest,
compiler_name: "gcc",
compiler_version: 11,
libcxx: false
}
#gcc-10
- {
prefix: "Linux",
os: ubuntu-latest,
compiler_name: "gcc",
compiler_version: 10,
libcxx: false
}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d4906ca

Please sign in to comment.