mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-27 12:58:43 +08:00
Removed tabs
# Conflicts: # .circleci/config.yml
This commit is contained in:
parent
f4df88818b
commit
88d874aeb2
@ -4,6 +4,9 @@ jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: "debian:stretch"
|
||||
branches:
|
||||
only:
|
||||
- /feature/add_circle-ci_support
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@ -23,4 +26,4 @@ jobs:
|
||||
command: 'cmake --build build'
|
||||
- run:
|
||||
name: ETL Unit Testing
|
||||
command: './bin/etl'
|
||||
command: './bin'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user