1 # oyvholm/utils/.gitlab-ci.yml
2 # File ID: be09508c-8383-11e9-bed5-4f45262dc9b5
9 - test "$CI_COMMIT_REF_NAME" = "synced/master" && exit 0 || true
16 libnumber-bytes-human-perl
21 - git config --global user.name "Firstname Lastname"
22 - git config --global user.email "ci@example.com"
23 - git config --global safe.directory "*"
24 - git clone https://gitlab.com/oyvholm/suuid.git
26 - script -e -q -c "make test install"
30 - export PATH=$(pwd):$PATH