A major mode for password-store
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
371 B

kind: pipeline
name: default
platform:
os: linux
arch: arm
steps:
- name: test
image: ubuntu:latest
volumes:
- name: docker-sock
path: /var/run/docker.sock
commands:
- apt-get update
- apt-get install -y coreutils make gnutls-bin emacs-nox npm
- make dependencies
- make test
volumes:
- name: docker-sock
host:
path: /var/run/docker.sock