This commit is contained in:
John Wellbelove 2019-12-06 21:16:31 +00:00
parent f7670253bf
commit 06983faf02

View File

@ -26,6 +26,12 @@ jobs:
- run:
name: Listing
command: 'ls -lrt /root/project/build'
- run:
name: Listing2
command: 'ls -lrt /root/project/build/CMakeFiles'
- run:
name: Listing3
command: 'echo $PATH; ls -l ./bin'
- run:
name: ETL Unit Testing
command: './etl'
command: './bin/etl'