mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-22 05:31:18 +03:00
20 lines
298 B
YAML
20 lines
298 B
YAML
version: 2.1
|
|
|
|
jobs:
|
|
test:
|
|
docker:
|
|
- image: pithikos/test-c-thread-pool
|
|
steps:
|
|
- checkout
|
|
- run:
|
|
name: Test
|
|
command: |
|
|
cd tests/
|
|
./normal_compile.sh
|
|
./optimized_compile.sh
|
|
|
|
workflows:
|
|
test:
|
|
jobs:
|
|
- test
|