Matheus Sampaio Queiroga
a86ce30bb3
All checks were successful
Test / test_cross (push) Successful in 8m36s
14 lines
255 B
YAML
14 lines
255 B
YAML
version: "4.0"
|
|
volumes:
|
|
zig_cache:
|
|
services:
|
|
test:
|
|
build:
|
|
dockerfile: test.Dockerfile
|
|
tags:
|
|
- rebory_test
|
|
volumes:
|
|
- zig_cache:/root/.cache/zig
|
|
environment:
|
|
CI: "1"
|
|
command: [ "build", "-A", "-l", "v", ] |