mirror of https://github.com/MISP/misp-modules
fix: [travis] gtcaca has no build directory
parent
e655905ee0
commit
9f8a72ba64
|
@ -19,7 +19,8 @@ install:
|
|||
- pip install pipenv
|
||||
- pipenv install --dev
|
||||
# install gtcaca
|
||||
- git clone git://github.com/stricaud/gtcaca.git gtcaca
|
||||
- git clone git://github.com/stricaud/gtcaca.git
|
||||
- mkdir -p gtcaca/build
|
||||
- pushd gtcaca/build
|
||||
- cmake .. && make
|
||||
- sudo make install
|
||||
|
|
Loading…
Reference in New Issue