This repository has been archived on 2024-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
rebory/compose.yaml
Matheus Sampaio Queiroga a86ce30bb3
All checks were successful
Test / test_cross (push) Successful in 8m36s
Update targets
2024-03-20 12:04:03 -03:00

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", ]