mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
17 lines
266 B
YAML
17 lines
266 B
YAML
language: bash
|
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
|
|
|
install:
|
|
- git clone https://github.com/stedolan/jq.git
|
|
- pushd jq
|
|
- autoreconf -i
|
|
- ./configure --disable-maintainer-mode
|
|
- make
|
|
- sudo make install
|
|
- popd
|
|
|
|
script:
|
|
- cat */*.json | jq .
|