Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlive authored Sep 26, 2018
1 parent 5a9467c commit cc00ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ script:
#- make mrproper
#- make ancora_oc_exuv_defconfig
#- make -j4 LOCALVERSION="-K^Kernel_LP-5.1_OC_EXUV_Ofast" EMAIL="Mohammad@med"
- docker exec -e CROSS_COMPILE="/home/tc/arm-linux-gnueabi/bin/arm-linux-gnueabi-" -e ARCH=arm -e SUBARCH=arm -w /home -u root ubuntu sh -c "export PATH=$PATH:"/home/tc/arm-linux-gnueabi/bin/" && make mrproper && make ancora_oc_exuv_defconfig && make -j4 LOCALVERSION="-K^Kernel_LP-5.1_OC_EXUV_Ofast" EMAIL="Mohammad@med""
- docker exec -e CROSS_COMPILE="/home/tc/arm-linux-gnueabi/bin/arm-linux-gnueabi-" -e ARCH=arm -e SUBARCH=arm -u root ubuntu sh -c "export PATH=$PATH:"/home/tc/arm-linux-gnueabi/bin/" && cd /home && make mrproper && make ancora_oc_exuv_defconfig && make -j4 LOCALVERSION="-K^Kernel_LP-5.1_OC_EXUV_Ofast" EMAIL="Mohammad@med""
- find . -name "*.ko" -print | zip -j modules.zip -@
# Export of zipfile to deploy
#- export zipfile="${zipfile}"
Expand Down

0 comments on commit cc00ee3

Please sign in to comment.