Skip to content

Commit

Permalink
Merge pull request #440 from X-DataInitiative/lgtm
Browse files Browse the repository at this point in the history
Create lgtm.yml
  • Loading branch information
Mbompr authored May 11, 2020
2 parents c6fe306 + 42e4760 commit c96c27c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
extraction:
cpp:
prepare:
packages:
- build-essential
- autotools-dev
- automake
- gawk
- bison
- flex
- python3
- python3-pip
configure:
command:
- python3 -m pip install pip --upgrade
- python3 -m pip install -r requirements.txt &
- export BD="$PWD"; cd ~/; mkdir usr;
- git clone https://github.com/swig/swig -b rel-4.0.0 swig
- cd swig; ./autogen.sh; ./configure --without-pcre --prefix=$HOME/usr
- make -j && make install
- git clone https://github.com/Dekken/maiken -b master --depth 1 maiken
- cd maiken; make nix; cp mkn $HOME/usr/bin; cd ..; rm -rf maiken; cd $BD
index:
build_command:
- export PATH="$HOME/usr/bin:$PATH"
- ./sh/mkn.sh

0 comments on commit c96c27c

Please sign in to comment.