Skip to content

Commit

Permalink
Adjust build nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Jan 6, 2024
1 parent 00fa415 commit 05c5923
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
extra: "CMD_CXXFLAGS=-std=c++11"
name: "Ub-20 gcc-9 C++11, static"

- os: ubuntu-20.04
cmp: gcc
configuration: default
extra: "CMD_CXXFLAGS=-std=c++11"
name: "Ub-20 gcc-9 C++11"

# - os: ubuntu-18.04
# cmp: clang
# configuration: default
Expand Down Expand Up @@ -93,6 +99,11 @@ jobs:
configuration: default
name: "Ub-20 clang-10"

- os: ubuntu-20.04
cmp: clang
configuration: static
name: "Ub-20 clang-10, static"

# - os: macos-11
# cmp: clang
# configuration: default
Expand Down

0 comments on commit 05c5923

Please sign in to comment.