mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 04:58:01 +02:00
$ git subtree pull --prefix shared/c-siphash/ git@github.com:c-util/c-siphash.git master --squash Import commit '211cfc5abc3813cddd10d237ba9d843b8d3a8995'.
21 lines
598 B
YAML
21 lines
598 B
YAML
os: linux
|
|
dist: trusty
|
|
language: c
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-images/v1/scripts/vmrun"
|
|
- curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-ci/v1/scripts/cherryci"
|
|
- chmod +x "./vmrun" "./cherryci"
|
|
|
|
jobs:
|
|
include:
|
|
- stage: test
|
|
script:
|
|
- ./vmrun -- ../src/cherryci -d ../src/.cherryci -s c-util -m
|
|
- script:
|
|
- ./vmrun -T armv7hl -- ../src/cherryci -d ../src/.cherryci -s c-util
|
|
- script:
|
|
- ./vmrun -T i686 -- ../src/cherryci -d ../src/.cherryci -s c-util
|