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

[cci][wip] dumb test

parent 98a2f1dc
...@@ -126,6 +126,13 @@ jobs: ...@@ -126,6 +126,13 @@ jobs:
root: . root: .
paths: paths:
- "packages" - "packages"
arch_test:
docker:
- image: archlinux:latest
steps:
- run:
command: |
pacman -Suy --noconfirm
distcheck: distcheck:
parameters: parameters:
dist: dist:
...@@ -274,6 +281,7 @@ workflows: ...@@ -274,6 +281,7 @@ workflows:
version: 2 version: 2
commit: commit:
jobs: jobs:
- arch_test
- dist - dist
- distcheck: - distcheck:
name: distcheck_centos_7 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