Skip to content

Commit

Permalink
Update CircleCI builds to make use of Toolchain support
Browse files Browse the repository at this point in the history
Of note, this change increases the warnings flags being used by the Clang build.
  • Loading branch information
DanRStevens committed Mar 9, 2025
1 parent 9d6e9a9 commit a2f23f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ jobs:
docker:
- image: ghcr.io/lairworks/build-env-nas2d-clang:1.5
environment:
WARN_EXTRA: "-Wdocumentation -Wdocumentation-unknown-command -Wcomma -Winconsistent-missing-destructor-override -Wmissing-prototypes -Wctad-maybe-unsupported -Wimplicit-int-float-conversion -Wsign-conversion"
Toolchain: "clang"
steps:
- checkout
- build-and-test
build-linux-mingw:
docker:
- image: ghcr.io/lairworks/build-env-nas2d-mingw:1.13
environment:
WARN_EXTRA: "-Wno-redundant-decls"
LDFLAGS_EXTRA: "-L/usr/local/x86_64-w64-mingw32/lib"
Toolchain: "mingw"
steps:
- checkout
- build-and-test
Expand Down

0 comments on commit a2f23f2

Please sign in to comment.