mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Configure Semaphore CI
This commit is contained in:
parent
ece42ec82b
commit
6765e7f7b3
1 changed files with 24 additions and 0 deletions
24
.semaphore/semaphore.yml
Normal file
24
.semaphore/semaphore.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
version: v1.0
|
||||
name: Apheleia
|
||||
agent:
|
||||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu1804
|
||||
blocks:
|
||||
- name: Apheleia CI
|
||||
task:
|
||||
jobs:
|
||||
- name: Apheleia CI
|
||||
matrix:
|
||||
- env_var: EMACS_VERSION
|
||||
values:
|
||||
- "25.2"
|
||||
- "25.3"
|
||||
- "26.1"
|
||||
- "26.2"
|
||||
commands:
|
||||
- checkout
|
||||
- >-
|
||||
docker run --rm -v "$PWD:/src"
|
||||
silex/emacs:"$EMACS_VERSION" sh -c
|
||||
'apt-get update && apt-get install -y make && make -C /src'
|
Loading…
Add table
Reference in a new issue