testing_13
13
This commit is contained in:
parent
480f4ee7da
commit
a7136254a1
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -58,12 +58,12 @@ node('test')
|
|||||||
//step
|
//step
|
||||||
//{
|
//{
|
||||||
sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v11_config openwrt/.config'
|
sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v11_config openwrt/.config'
|
||||||
sh label: 'build_v11', script: 'cd openwrt; make oldconfig; make -j13'
|
sh label: 'build_v11', script: 'cd openwrt; make oldconfig; make -j13 V=s'
|
||||||
//}
|
//}
|
||||||
//step
|
//step
|
||||||
//{
|
//{
|
||||||
sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config'
|
//sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config'
|
||||||
sh label: 'build_v12', script: 'cd openwrt; make oldconfig; make -j13'
|
//sh label: 'build_v12', script: 'cd openwrt; make oldconfig; make -j13'
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user