mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Attempt at getting CircleCI to work
This commit is contained in:
parent
4c9ae8a90a
commit
07d17bfe01
@ -7,6 +7,12 @@ jobs:
|
||||
only:
|
||||
- feature/add_circle-ci_support
|
||||
steps:
|
||||
- run:
|
||||
name: Git Clone
|
||||
command: 'git clone https://github.com/ETLCPP/etl.git'
|
||||
- run:
|
||||
name: Git Checkout
|
||||
command: 'git checkout feature/add_circle-ci_support'
|
||||
- run:
|
||||
name: Git Pull
|
||||
command: 'git pull'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user