Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:21:16 +01:00
parent a6c1c84aa9
commit 2a555f55b1

View File

@ -8,7 +8,7 @@ jobs:
- feature/add_circle-ci_support
steps:
- run:
name: Listing
name: Listing0
command: 'ls -lrt'
- run:
name: Creating Build Files
@ -17,7 +17,7 @@ jobs:
name: Creating Binary Files
command: 'cmake --build build'
- run:
name: Listing
name: Listing1
command: 'ls -lrt /root/project/build'
- run:
name: Listing2