1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add swig again

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-08-24 20:50:34 +02:00
parent ef6a1c69f3
commit 0d3abaf617

View file

@ -359,6 +359,8 @@ jobs:
name: Build name: Build
no_output_timeout: 40m no_output_timeout: 40m
command: | command: |
sudo apt-get update
sudo apt-get -yq install swig swig2.0
make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2
- run: - run: