Erwin 4 년 전
부모
커밋
17b6d3f63a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      build.sh

+ 2 - 0
build.sh

@@ -5,3 +5,5 @@ cross build --target armv7-unknown-linux-gnueabihf  --release
 
 cp target/arm-unknown-linux-gnueabihf/release/partun release/arm6/
 cp target/armv7-unknown-linux-gnueabihf/release/partun release/arm7/
+git add release
+git commit -m "Cross compile release"