Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 18:21:03 +01:00
parent df730d4de5
commit 253c9b0171

View File

@ -7,24 +7,16 @@ jobs:
only:
- feature/add_circle-ci_support
steps:
- run:
name: Git Init
command: 'git init'
- run:
name: Git Clone
command: 'git clone https://github.com/ETLCPP/etl.git'
- checkout:
- run:
name: Listing0
command: 'ls'
- run:
name: Git Fetch
command: 'git fetch'
- run:
name: Git Checkout
command: 'git checkout --track origin/feature/add_circle-ci_support'
- run:
name: Creating Build Files
command: 'cmake -Bbuild etlcpp/test/'
command: 'cmake -Bbuild etl/test/'
- run:
name: Creating Binary Files
command: 'cmake --build build'