bitbucket-pipelines.yml - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as FS and `rs' (0x1e) as RS)
 (HTM) hg clone https://bitbucket.org/iamleot/csvtofsv
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       bitbucket-pipelines.yml
       ---
            1 image: gcc:7
            2 
            3 pipelines:
            4   default:
            5     - step:
            6         script:
            7           - apt-get update && apt-get install -y bmake
            8           - bmake
            9           - bmake check