C-Thread-Pool/.circleci/config.yml
2020-07-20 20:36:58 +01:00

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