appveyor: Fix build process
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
9a07149c86
commit
d1c2be3d1e
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ environment:
|
|||
|
||||
test_script:
|
||||
- sh: |
|
||||
ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||
chmod -R 777 /appveyor/projects
|
||||
echo "no tests"
|
||||
|
||||
# on successful build
|
||||
|
|
Loading…
Reference in a new issue