mirror of https://github.com/MISP/misp-galaxy
18 lines
266 B
YAML
18 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 .
|