Sha256: ce4827809e14a4337dc03b87b79ee46ec10f5004f05394cce071bff639d2099e

Contents?: true

Size: 207 Bytes

Versions: 6

Compression:

Stored size: 207 Bytes

Contents

image: ruby:2.5

before_script:
  - apt-get update && apt-get install -y locales
  - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
  - locale-gen
  - export LC_ALL=en_US.UTF-8

ci:
  script:
    - bin/cibuild

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
net-hippie-0.2.0 .gitlab-ci.yml
net-hippie-0.1.9 .gitlab-ci.yml
net-hippie-0.1.8 .gitlab-ci.yml
net-hippie-0.1.7 .gitlab-ci.yml
net-hippie-0.1.6 .gitlab-ci.yml
net-hippie-0.1.5 .gitlab-ci.yml