Commit d889b469 authored by nanahira's avatar nanahira

test aria2c source build

parent 9f8d0f87
Pipeline #15037 failed with stages
in 13 minutes and 7 seconds
......@@ -43,10 +43,11 @@ aria2_src:
- mv ../aria2-makefiles/Makefile.${targetArch} ./Makefile.release
- make -f ./Makefile.release aria2.${targetArch}.build
- mkdir -p arch-bin/${targetArch}
- cp -L -f ${homebrewRoot}/bin/gtar arch-bin/${targetArch}/
- cp -L -f ${homebrewRoot}/bin/zstd arch-bin/${targetArch}/
- mv aria2.${targetArch}/aria2c arch-bin/${targetArch}/
- targetPath=arch-bin/${targetArch}
- mkdir -p $targetPath
- cp -L -f ${homebrewRoot}/bin/gtar $targetPath/
- cp -L -f ${homebrewRoot}/bin/zstd $targetPath/
- mv aria2.${targetArch}/src/aria2c $targetPath/
macOS_bin_x86_64:
extends: .macOS_bin_arch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment