mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Fix const inits for gcc 9.4 and add docker tests for old gcc compiler (#29)
This commit is contained in:
parent
10cc866477
commit
3b4c177e58
6 changed files with 54 additions and 31 deletions
7
tests/docker-compose.yml
Normal file
7
tests/docker-compose.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
gcc:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: tests/gcc/9.4/Dockerfile
|
||||
volumes:
|
||||
- /tmp/clay/_deps
|
||||
Loading…
Add table
Add a link
Reference in a new issue