Fix const inits for gcc 9.4 and add docker tests for old gcc compiler (#29)

This commit is contained in:
Nic Barker 2024-09-28 07:42:08 +12:00 committed by GitHub
parent 10cc866477
commit 3b4c177e58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 54 additions and 31 deletions

7
tests/docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
services:
gcc:
build:
context: ../
dockerfile: tests/gcc/9.4/Dockerfile
volumes:
- /tmp/clay/_deps