Browse Source

Merge branch 'drone'

drone
Nicolas Petton 4 years ago
parent
commit
35c4d1ba8f
No known key found for this signature in database GPG Key ID: E8BCD7866AFCF978
3 changed files with 20 additions and 41 deletions
  1. +16
    -0
      .drone.yml
  2. +0
    -37
      .gitlab-ci.yml
  3. +4
    -4
      readme.md

+ 16
- 0
.drone.yml View File

@ -0,0 +1,16 @@
kind: pipeline
name: default
platform:
os: linux
arch: arm
steps:
- name: test
image: ubuntu:latest
commands:
- apt-get update
- apt-get install -y coreutils make gnutls-bin emacs-nox nodejs npm
- make dependencies
- make test
- make lint

+ 0
- 37
.gitlab-ci.yml View File

@ -1,37 +0,0 @@
image: nicolaspetton/emacs-nodejs-docker:latest
.prepare_job_template: &prepare_job_template
before_script:
- evm use $EMACS_VERSION
- emacs --version
- make dependencies
.test_job_template: &test_job_definition
<<: *prepare_job_template
script:
- make test
.lint_job_template: &lint_job_definition
<<: *prepare_job_template
script:
- make lint
test:emacs:25.3:
variables:
EMACS_VERSION: "emacs-25.3-travis"
<<: *test_job_definition
test:emacs:26:
variables:
EMACS_VERSION: "emacs-26-pretest-travis"
<<: *test_job_definition
lint:emacs:25.3:
variables:
EMACS_VERSION: "emacs-25.3-travis"
<<: *lint_job_definition
lint:emacs:26:
variables:
EMACS_VERSION: "emacs-26-pretest-travis"
<<: *lint_job_definition

+ 4
- 4
readme.md View File

@ -1,11 +1,11 @@
# Indium
[![MELPA](https://melpa.org/packages/indium-badge.svg)](https://melpa.org/#/indium)
[![Emacs](https://img.shields.io/badge/Emacs-25-8e44bd.svg)](https://www.gnu.org/software/emacs/)
[![build status](http://gitlab.petton.fr/nico/Indium/badges/master/build.svg)](http://gitlab.petton.fr/nico/Indium/commits/master)
[![Documentation Status](https://readthedocs.org/projects/indium/badge/?version=latest)](http://indium.readthedocs.io/en/latest/?badge=latest)
[![Liberapay](http://img.shields.io/liberapay/receives/NicolasPetton.svg?logo=liberapay)](http://img.shields.io/liberapay/receives/NicolasPetton.svg?logo=liberapay)
[![Build Status](https://drone.emacs.world/api/badges/nico/Indium/status.svg)](https://drone.emacs.world/nico/Indium)
[![Documentation Status](https://readthedocs.org/projects/indium/badge/?version=latest)](https://indium.readthedocs.io/en/latest/?badge=latest)
[![Liberapay](https://img.shields.io/liberapay/receives/NicolasPetton.svg?logo=liberapay)](https://img.shields.io/liberapay/receives/NicolasPetton.svg?logo=liberapay)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/indium-emacs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
<img align="right" src="img/indium.png" alt="logo">
<img align="right" src="https://gitea.emacs.world/nico/Indium/raw/branch/drone/img/indium.png" alt="logo">
A JavaScript development environment for Emacs.


Loading…
Cancel
Save