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

Fix circleCi

This commit is contained in:
Ycarus 2018-04-05 20:03:18 +02:00
parent 1720ff894d
commit e83274c97a

View file

@ -55,7 +55,7 @@ jobs:
- run: - run:
name: Build name: Build
no_output_timeout: 30m no_output_timeout: 30m
command: make -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2 command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2
- run: - run:
name: Deploy name: Deploy
@ -111,7 +111,7 @@ jobs:
- run: - run:
name: Build name: Build
no_output_timeout: 30m no_output_timeout: 30m
command: make -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2
- run: - run:
name: Deploy name: Deploy