Commit 149c0a97 authored by Guillaume Quintard's avatar Guillaume Quintard

[cci][wip] dumb test

parent 98a2f1dc
......@@ -126,6 +126,13 @@ jobs:
root: .
paths:
- "packages"
arch_test:
docker:
- image: archlinux:latest
steps:
- run:
command: |
pacman -Suy --noconfirm
distcheck:
parameters:
dist:
......@@ -274,6 +281,7 @@ workflows:
version: 2
commit:
jobs:
- arch_test
- dist
- distcheck:
name: distcheck_centos_7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment