mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Change compile way on circleci for x86_64
This commit is contained in:
parent
2d4a3428d8
commit
b16d1d0f6e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
||||||
command: make IGNORE_ERRORS=m -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 target/compile -j2 package/{compile,install,index} target/install -j2
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
Loading…
Reference in a new issue