Browse Source

Use Silex images

pull/24/head
Damien Cassou 3 years ago
parent
commit
2f4bc7a1a5
Signed by: DamienCassou GPG Key ID: B68746238E59B548
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      .drone.yml

+ 1
- 6
.drone.yml View File

@ -7,13 +7,8 @@ platform:
steps:
- name: check
image: ubuntu:latest
image: silex/emacs:27.1-dev
commands:
- apt-get update
- apt-get install -y software-properties-common coreutils make gnutls-bin curl
- add-apt-repository ppa:kelleyk/emacs -y
- apt-get update
- apt-get install -y emacs26
- emacs --version
- make ci-dependencies
- make check