Files
chargeflow/components/api/lib/cAT/.travis.yml
2025-06-06 21:17:25 +01:00

11 lines
115 B
YAML
Executable File

language: c
compiler:
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script: make && make test